summaryrefslogtreecommitdiff
path: root/tests/test.right
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>1999-02-19 17:11:39 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:52 +0000
commitb72432fdcc59300c6fe7c9d6c8a31ad3447933f5 (patch)
treeb9899162338c2ff3fd83a8aef8831cb119e85cd7 /tests/test.right
parentbc4cd23ce958feda898c618215f94d8a4e8f4ffa (diff)
downloadbash-b72432fdcc59300c6fe7c9d6c8a31ad3447933f5.tar.gz
Imported from ../bash-2.03.tar.gz.
Diffstat (limited to 'tests/test.right')
-rw-r--r--tests/test.right34
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/test.right b/tests/test.right
index e534c17b..8684a121 100644
--- a/tests/test.right
+++ b/tests/test.right
@@ -222,45 +222,45 @@ t -h /tmp/test.symlink
0
t 4+3 -eq 7
./test-tests: test: 4+3: integer expression expected
-1
+2
b 4-5 -eq 7
./test-tests: [: 4+3: integer expression expected
-1
+2
t 9 -eq 4+5
./test-tests: test: 4+5: integer expression expected
-1
+2
b 9 -eq 4+5
./test-tests: [: 4+5: integer expression expected
-1
+2
t A -eq 7
./test-tests: test: A: integer expression expected
-1
+2
b A -eq 7
./test-tests: [: A: integer expression expected
-1
+2
t 9 -eq B
./test-tests: test: B: integer expression expected
-1
+2
b 9 -eq B
./test-tests: [: B: integer expression expected
-1
+2
t ( 1 = 2
./test-tests: test: `)' expected
-1
+2
b ( 1 = 2
./test-tests: [: `)' expected, found ]
-1
+2
./test-tests: test: a: unary operator expected
-1
+2
./test-tests: test: b: binary operator expected
-1
+2
./test-tests: test: -A: unary operator expected
-1
+2
./test-tests: test: too many arguments
-1
+2
./test-tests: test: too many arguments
-1
+2
./test-tests: [: missing `]'
-1
+2
./test-tests: test: (: unary operator expected
-1
+2