add a pathological test case for here doc related to eof marker and other ugly corner...
[oweals/busybox.git] / shell / hush_test / hush-misc / colon.tests
index ea3b4d5f3939e4a95667bb9666e898f54204e0ba..cb8ab53060a125a8591f0528659d2b6bf198a3e8 100755 (executable)
@@ -1,6 +1,5 @@
 false
 :
 echo $?
-# Extra ; after done is due to a bug
-(while :; do exit; done;)
+(while :; do exit; done)
 echo OK: $?