From bb215e4a1fece603cdede556c1107135b31312a0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 9 Sep 2013 05:26:52 -0500 Subject: Adjust patch to use dlist_pop() --- scripts/test/test.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/test/test.test') 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 -- cgit v1.2.3