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
echo -n "$test:" 1>&2
(echo ""
(echo
echo "Testing: ./$test" "$@"
"./$test" "$@") >> "$target" 2>&1
res=$?
@ -53,7 +53,7 @@ _test()
shift
echo -n "$test:" 1>&2
(echo ""
(echo
echo "Testing: ./$test" "$@"
"./$test" "$@") >> "$target" 2>&1
res=$?