Code cleanup

This commit is contained in:
Pierre Pronchery 2013-10-25 22:57:43 +02:00
parent 64d33eab02
commit f8d103c891

View File

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