We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc79a6 commit 524c237Copy full SHA for 524c237
src/test_helper.bash
@@ -1,20 +1,18 @@
1
#!/usr/bin/env bash
2
3
-. /etc/os-release
4
-
5
pkg() {
+ . /etc/os-release
+
6
case "${op}" in
7
add|install)
8
alpine_op="add"
9
op="install"
10
apt_opts="--no-install-recommends"
11
- opts=""
12
;;
13
del|remove)
14
alpine_op="del"
15
op="remove"
16
apt_opts="--autoremove"
17
- opts="2>/dev/null || true"
18
19
*)
20
printf "Unknown op"
0 commit comments