fix error message when completing backquote command substitution; fix test builtin with double negation

This commit is contained in:
Chet Ramey
2022-06-28 16:15:24 -04:00
parent eb2d46d77c
commit 42768befc0
11 changed files with 2692 additions and 1549 deletions
+3 -1
View File
@@ -220,6 +220,8 @@ t ! -z "$z"
0
t ! -n "$z"
1
t ! ! "$z"
0
t "$zero"
1
t ! "$zero"
@@ -272,7 +274,7 @@ b ( 1 = 2
2
./test.tests: line 26: test: too many arguments
2
./test.tests: line 431: [: missing `]'
./test.tests: line 434: [: missing `]'
2
./test.tests: line 26: test: (: unary operator expected
2