Imported from ../bash-2.05b.tar.gz.

This commit is contained in:
Jari Aalto 2002-07-17 14:10:11 +00:00
commit 7117c2d221
362 changed files with 34387 additions and 15063 deletions

View file

@ -227,48 +227,48 @@ t -G /tmp/test.group
t -h /tmp/test.symlink
0
t 4+3 -eq 7
./test.tests: test: 4+3: integer expression expected
./test.tests: line 13: test: 4+3: integer expression expected
2
b 4-5 -eq 7
./test.tests: [: 4+3: integer expression expected
./test.tests: line 7: [: 4+3: integer expression expected
2
t 9 -eq 4+5
./test.tests: test: 4+5: integer expression expected
./test.tests: line 13: test: 4+5: integer expression expected
2
b 9 -eq 4+5
./test.tests: [: 4+5: integer expression expected
./test.tests: line 7: [: 4+5: integer expression expected
2
t A -eq 7
./test.tests: test: A: integer expression expected
./test.tests: line 13: test: A: integer expression expected
2
b A -eq 7
./test.tests: [: A: integer expression expected
./test.tests: line 7: [: A: integer expression expected
2
t 9 -eq B
./test.tests: test: B: integer expression expected
./test.tests: line 13: test: B: integer expression expected
2
b 9 -eq B
./test.tests: [: B: integer expression expected
./test.tests: line 7: [: B: integer expression expected
2
t ( 1 = 2
./test.tests: test: `)' expected
./test.tests: line 13: test: `)' expected
2
b ( 1 = 2
./test.tests: [: `)' expected, found ]
./test.tests: line 7: [: `)' expected, found ]
2
./test.tests: test: a: unary operator expected
./test.tests: line 13: test: a: unary operator expected
2
./test.tests: test: b: binary operator expected
./test.tests: line 13: test: b: binary operator expected
2
./test.tests: test: -A: unary operator expected
./test.tests: line 13: test: -A: unary operator expected
2
./test.tests: test: too many arguments
./test.tests: line 13: test: too many arguments
2
./test.tests: test: too many arguments
./test.tests: line 13: test: too many arguments
2
./test.tests: [: missing `]'
./test.tests: line 406: [: missing `]'
2
./test.tests: test: (: unary operator expected
./test.tests: line 13: test: (: unary operator expected
2
t -t a
1