aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-09-09 05:26:52 -0500
committerRob Landley <rob@landley.net>2013-09-09 05:26:52 -0500
commitbb215e4a1fece603cdede556c1107135b31312a0 (patch)
tree61c4e038856cd84a3693df6a56a529202ec3f1f0 /scripts
parent5f57bccc41c8893914121b00e16a96dd16282486 (diff)
downloadtoybox-bb215e4a1fece603cdede556c1107135b31312a0.tar.gz
Adjust patch to use dlist_pop()
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test/test.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test/test.test b/scripts/test/test.test
index a66dd3c6..f5011573 100755
--- a/scripts/test/test.test
+++ b/scripts/test/test.test
@@ -61,3 +61,7 @@ testing "test -gt" "arith_test -gt" "g\n" "" ""
testing "test -ge" "arith_test -ge" "e\ng\n" "" ""
testing "test -lt" "arith_test -lt" "l\n" "" ""
testing "test -le" "arith_test -le" "l\ne\n" "" ""
+
+# test ! = -o a
+# test ! \( = -o a \)
+# test \( ! = \) -o a