cosmetics in hush testsuites
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 18 Jun 2008 17:53:57 +0000 (17:53 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 18 Jun 2008 17:53:57 +0000 (17:53 -0000)
shell/hush_test/hush-vars/empty.tests
shell/hush_test/hush-vars/var_subst_in_for.tests

index 72ac2c743756b1dbd7ca4f480e2619dcccf15e17..a9c247e313ea5f6b5578baf0690160ad5329aa6c 100755 (executable)
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 e=
 
 echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
index 4d1c11201d70223f173dc00448732c9231cdc8f4..433c60627e20116482f8a4ce6f3d10c3bad875c0 100755 (executable)
@@ -1,5 +1,5 @@
 if test $# = 0; then
-    exec "$THIS_SH" var_subst_in_for.tests abc "d e"
+    exec "$THIS_SH" "$0" abc "d e"
 fi
 
 echo 'Testing: in x y z'