diff options
author | Denis Vlasenko | 2008-06-10 18:06:24 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-06-10 18:06:24 +0000 |
commit | 895bea23032221bcc158f447f81abacd046f87b1 (patch) | |
tree | 1a1a376d725353210d57a1855a9c50f4224eacca /shell/hush_test/hush-vars/empty.right | |
parent | 46ccdcb96eab18739509078638a0a7b2ae393684 (diff) | |
download | busybox-895bea23032221bcc158f447f81abacd046f87b1.zip busybox-895bea23032221bcc158f447f81abacd046f87b1.tar.gz |
hush: fix some fallout from prev commits, add testsuite
Diffstat (limited to 'shell/hush_test/hush-vars/empty.right')
-rw-r--r-- | shell/hush_test/hush-vars/empty.right | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/hush_test/hush-vars/empty.right b/shell/hush_test/hush-vars/empty.right new file mode 100644 index 0000000..2cb3c70 --- /dev/null +++ b/shell/hush_test/hush-vars/empty.right @@ -0,0 +1,3 @@ +a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F +a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F +a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F |