changes to several error messages; more test suite additions

This commit is contained in:
Chet Ramey
2023-10-04 15:04:31 -04:00
parent 00edd0ee50
commit 9c83052f48
95 changed files with 1332 additions and 294 deletions
+14
View File
@@ -83,7 +83,21 @@ hashall:interactive-comments
braceexpand:hashall:interactive-comments:noglob
braceexpand:hashall:interactive-comments:noglob
./invocation2.sub: line 50: SHELLOPTS: readonly variable
for i in 1 2 3;
do
select var in a b c;
do
echo $REPLY;
done <<< a; echo answer was $REPLY;
done
for ((i=1; i <= 3; i++ ))
do
echo $(( 2**$i ));
done
a
a
bad-interp
./invocation.tests: ./x23: nosuchfile: bad interpreter: No such file or directory
cannot execute binary file