diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-18 17:53:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-18 17:53:57 +0000 |
commit | 1ba323e5b698257292e769c71d125d0cd2c56d21 (patch) | |
tree | 7930327a2b5eff21bf988e231670267af628563b | |
parent | 324a3fdf87acf5d7e7bd852df921b19b97707ce8 (diff) | |
download | busybox-w32-1ba323e5b698257292e769c71d125d0cd2c56d21.tar.gz busybox-w32-1ba323e5b698257292e769c71d125d0cd2c56d21.tar.bz2 busybox-w32-1ba323e5b698257292e769c71d125d0cd2c56d21.zip |
cosmetics in hush testsuites
-rwxr-xr-x | shell/hush_test/hush-vars/empty.tests | 2 | ||||
-rwxr-xr-x | shell/hush_test/hush-vars/var_subst_in_for.tests | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/shell/hush_test/hush-vars/empty.tests b/shell/hush_test/hush-vars/empty.tests index 72ac2c743..a9c247e31 100755 --- a/shell/hush_test/hush-vars/empty.tests +++ b/shell/hush_test/hush-vars/empty.tests | |||
@@ -1,5 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | e= | 1 | e= |
4 | 2 | ||
5 | echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F | 3 | echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F |
diff --git a/shell/hush_test/hush-vars/var_subst_in_for.tests b/shell/hush_test/hush-vars/var_subst_in_for.tests index 4d1c11201..433c60627 100755 --- a/shell/hush_test/hush-vars/var_subst_in_for.tests +++ b/shell/hush_test/hush-vars/var_subst_in_for.tests | |||
@@ -1,5 +1,5 @@ | |||
1 | if test $# = 0; then | 1 | if test $# = 0; then |
2 | exec "$THIS_SH" var_subst_in_for.tests abc "d e" | 2 | exec "$THIS_SH" "$0" abc "d e" |
3 | fi | 3 | fi |
4 | 4 | ||
5 | echo 'Testing: in x y z' | 5 | echo 'Testing: in x y z' |