From 2e79bc6c77560d4460847a459857039774de004a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 12 Jun 2011 17:49:38 +0200 Subject: Apply post-1.18.4 fixes, bump version to 1.18.5 Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/while3.right | 1 + shell/hush_test/hush-misc/while3.tests | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 shell/hush_test/hush-misc/while3.right create mode 100755 shell/hush_test/hush-misc/while3.tests (limited to 'shell/hush_test/hush-misc') diff --git a/shell/hush_test/hush-misc/while3.right b/shell/hush_test/hush-misc/while3.right new file mode 100644 index 000000000..7c4d7beb0 --- /dev/null +++ b/shell/hush_test/hush-misc/while3.right @@ -0,0 +1 @@ +OK:0 diff --git a/shell/hush_test/hush-misc/while3.tests b/shell/hush_test/hush-misc/while3.tests new file mode 100755 index 000000000..9132b5f4d --- /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:$? -- cgit v1.2.3-55-g6feb