summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/while3.tests
diff options
context:
space:
mode:
authorDenys Vlasenko2011-06-12 17:49:38 +0200
committerDenys Vlasenko2011-06-12 17:49:38 +0200
commit2e79bc6c77560d4460847a459857039774de004a (patch)
tree17148ca59e5b221bcd0dda72023c6ac4748e93f4 /shell/hush_test/hush-misc/while3.tests
parent30f0ea6cab956ed59ecc5de82459187763a2b868 (diff)
downloadbusybox-1_18_5.zip
busybox-1_18_5.tar.gz
Apply post-1.18.4 fixes, bump version to 1.18.51_18_5
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/while3.tests')
-rwxr-xr-xshell/hush_test/hush-misc/while3.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/while3.tests b/shell/hush_test/hush-misc/while3.tests
new file mode 100755
index 0000000..9132b5f
--- /dev/null
+++ b/shell/hush_test/hush-misc/while3.tests
@@ -0,0 +1,4 @@
+while false; do
+ # bash will require at least ":" here...
+done
+echo OK:$?