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 @@ false : echo $? -# Extra ; after done is due to a bug -(while :; do exit; done;) +(while :; do exit; done) echo OK: $? |