aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/colon.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-misc/colon.tests')
-rwxr-xr-xshell/hush_test/hush-misc/colon.tests3
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 @@
1false 1false
2: 2:
3echo $? 3echo $?
4# Extra ; after done is due to a bug 4(while :; do exit; done)
5(while :; do exit; done;)
6echo OK: $? 5echo OK: $?