Imported from ../bash-2.03.tar.gz.

This commit is contained in:
Jari Aalto 1999-02-19 17:11:39 +00:00
commit b72432fdcc
191 changed files with 10113 additions and 3553 deletions

View file

@ -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