aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/empty_for.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-bugs/empty_for.tests')
-rwxr-xr-xshell/hush_test/hush-bugs/empty_for.tests3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/hush_test/hush-bugs/empty_for.tests b/shell/hush_test/hush-bugs/empty_for.tests
deleted file mode 100755
index 0cb52e849..000000000
--- a/shell/hush_test/hush-bugs/empty_for.tests
+++ /dev/null
@@ -1,3 +0,0 @@
-false
-for a in; do echo "HELLO"; done
-echo OK: $?