From 1ba323e5b698257292e769c71d125d0cd2c56d21 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 18 Jun 2008 17:53:57 +0000 Subject: cosmetics in hush testsuites --- shell/hush_test/hush-vars/empty.tests | 2 -- shell/hush_test/hush-vars/var_subst_in_for.tests | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'shell/hush_test') 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 @@ -#!/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 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 @@ 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' -- cgit v1.2.3