test_unit no longer needs to see itself

This commit is contained in:
Josh Coalson
2002-05-17 06:29:22 +00:00
parent 419d90cbe4
commit 9fb3a4c34d
4 changed files with 7 additions and 9 deletions

View File

@@ -20,11 +20,9 @@
LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
PATH=../src/test_unit:../obj/bin:$PATH
export PATH
# We use the whole path to test_unit so it can find itself. It uses it's own
# binary as a dummy source for creating a test FLAC file so it can work on the
# metadata.
if `which test_unit` ; then : ; else
if test_unit ; then : ; else
echo "ERROR during test_unit" 1>&2
exit 1
fi