We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb17ecd commit d87b69cCopy full SHA for d87b69c
test/ok
@@ -4,3 +4,4 @@
4
./test_compound.bash
5
./test_others.bash
6
./test_job.bash
7
+../../../test/test_compound.bash
test/test_compound.bash
@@ -882,4 +882,9 @@ res=$($com -c '[[ -a /etc/passwd && -a /etc/passwdaaa ]]')
882
res=$($com -c '[[ -a /etc/passwdaaaa || -a /etc/passwd ]]')
883
[ "$?" = "0" ] || err $LINENO
884
885
+# glob
886
+
887
+res=$($com -c '[[ $- == c ]]')
888
+[ "$?" = "0" ] || err $LINENO
889
890
echo $0 >> ./ok
0 commit comments