diff options
Diffstat (limited to 'shell/hush_test/hush-misc/colon.tests')
-rwxr-xr-x | shell/hush_test/hush-misc/colon.tests | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/hush_test/hush-misc/colon.tests b/shell/hush_test/hush-misc/colon.tests index ea3b4d5f3..cb8ab5306 100755 --- a/shell/hush_test/hush-misc/colon.tests +++ b/shell/hush_test/hush-misc/colon.tests | |||
@@ -1,6 +1,5 @@ | |||
1 | false | 1 | false |
2 | : | 2 | : |
3 | echo $? | 3 | echo $? |
4 | # Extra ; after done is due to a bug | 4 | (while :; do exit; done) |
5 | (while :; do exit; done;) | ||
6 | echo OK: $? | 5 | echo OK: $? |