Code cleanup

This commit is contained in:
Pierre Pronchery 2013-10-25 22:58:23 +02:00
parent f392915040
commit 88a40ac5bb

View File

@ -31,7 +31,7 @@ _fail()
shift shift
echo -n "$test:" 1>&2 echo -n "$test:" 1>&2
(echo "" (echo
echo "Testing: ./$test" "$@" echo "Testing: ./$test" "$@"
"./$test" "$@") >> "$target" 2>&1 "./$test" "$@") >> "$target" 2>&1
res=$? res=$?
@ -53,7 +53,7 @@ _test()
shift shift
echo -n "$test:" 1>&2 echo -n "$test:" 1>&2
(echo "" (echo
echo "Testing: ./$test" "$@" echo "Testing: ./$test" "$@"
"./$test" "$@") >> "$target" 2>&1 "./$test" "$@") >> "$target" 2>&1
res=$? res=$?