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 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=$?
@ -47,7 +47,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=$?