diff options
author | Denys Vlasenko | 2011-06-12 17:49:38 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-06-12 17:49:38 +0200 |
commit | 2e79bc6c77560d4460847a459857039774de004a (patch) | |
tree | 17148ca59e5b221bcd0dda72023c6ac4748e93f4 /shell/hush_test/hush-misc/while3.tests | |
parent | 30f0ea6cab956ed59ecc5de82459187763a2b868 (diff) | |
download | busybox-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-x | shell/hush_test/hush-misc/while3.tests | 4 |
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:$? |