use full path to test_unit

This commit is contained in:
Josh Coalson
2002-05-09 05:53:46 +00:00
parent 275f684e1b
commit cdcf19a122

View File

@@ -21,7 +21,7 @@ LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
PATH=../src/test_unit:../obj/bin:$PATH
if test_unit ; then : ; else
echo "ERROR during testgen" 1>&2
if `which test_unit` ; then : ; else
echo "ERROR during test_unit" 1>&2
exit 1
fi