diff options
Diffstat (limited to 'shell/hush_test/hush-bugs')
-rw-r--r-- | shell/hush_test/hush-bugs/empty_for.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-bugs/empty_for.tests | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/shell/hush_test/hush-bugs/empty_for.right b/shell/hush_test/hush-bugs/empty_for.right deleted file mode 100644 index 290d39b..0000000 --- a/shell/hush_test/hush-bugs/empty_for.right +++ /dev/null @@ -1 +0,0 @@ -OK: 0 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 0cb52e8..0000000 --- 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: $? |