diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test/test.test | 4 |
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 |