mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
use full path to test_unit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user