diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-11 12:56:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-11 12:56:43 +0000 |
commit | 3e9aaae5dc384ae070c49507a92b1375397954cd (patch) | |
tree | 048661e5d8448c8cb39a4453fe36f4e6c8746384 /shell/hush_test/hush-parsing | |
parent | e0a336747c2061d0d555c4e15287b513831d2947 (diff) | |
download | busybox-3e9aaae5dc384ae070c49507a92b1375397954cd.tar.gz |
hush: fix bug in interactive shell introduced yesterday
hush: fix `process subst` (2 bugs)
NB: will delete and re-add hush_test in order to change file modes
Diffstat (limited to 'shell/hush_test/hush-parsing')
-rw-r--r-- | shell/hush_test/hush-parsing/noeol.right | 1 | ||||
-rw-r--r-- | shell/hush_test/hush-parsing/noeol.tests | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/shell/hush_test/hush-parsing/noeol.right b/shell/hush_test/hush-parsing/noeol.right deleted file mode 100644 index e427984d4..000000000 --- a/shell/hush_test/hush-parsing/noeol.right +++ /dev/null @@ -1 +0,0 @@ -HELLO diff --git a/shell/hush_test/hush-parsing/noeol.tests b/shell/hush_test/hush-parsing/noeol.tests deleted file mode 100644 index a93113a03..000000000 --- a/shell/hush_test/hush-parsing/noeol.tests +++ /dev/null @@ -1,2 +0,0 @@ -# next line has no EOL! -echo HELLO
\ No newline at end of file |