mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
cosmetics in hush testsuites
This commit is contained in:
parent
324a3fdf87
commit
1ba323e5b6
@ -1,5 +1,3 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
e=
|
e=
|
||||||
|
|
||||||
echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
|
echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
if test $# = 0; then
|
if test $# = 0; then
|
||||||
exec "$THIS_SH" var_subst_in_for.tests abc "d e"
|
exec "$THIS_SH" "$0" abc "d e"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo 'Testing: in x y z'
|
echo 'Testing: in x y z'
|
||||||
|
Loading…
Reference in New Issue
Block a user