diff options
Diffstat (limited to 'shell/ash_test/ash-misc/assignment4.tests')
-rwxr-xr-x | shell/ash_test/ash-misc/assignment4.tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash_test/ash-misc/assignment4.tests b/shell/ash_test/ash-misc/assignment4.tests new file mode 100755 index 000000000..6f46d0a33 --- /dev/null +++ b/shell/ash_test/ash-misc/assignment4.tests | |||
@@ -0,0 +1,3 @@ | |||
1 | # There was a bug where we misinterpreted assignments after 'do': | ||
2 | for i in 1; do eval b=; done | ||
3 | echo Done:$? | ||