summaryrefslogtreecommitdiff
path: root/test/test_grabbag.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-12-03 06:29:23 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-12-03 06:29:23 +0000
commit4bfb6e54817d2137be2dc6accbc1f1ea345bdba1 (patch)
tree6c3592a6d7f723c67f695e0708d3f39df99f0055 /test/test_grabbag.sh
parent71fb9ff204344d79ab4b31b6a2899d560fb85ff4 (diff)
downloadflac-4bfb6e54817d2137be2dc6accbc1f1ea345bdba1.tar.gz
fix search path
Diffstat (limited to 'test/test_grabbag.sh')
-rwxr-xr-xtest/test_grabbag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_grabbag.sh b/test/test_grabbag.sh
index bb1ea530..be470a45 100755
--- a/test/test_grabbag.sh
+++ b/test/test_grabbag.sh
@@ -19,7 +19,7 @@
LD_LIBRARY_PATH=../src/libFLAC/.libs:../src/share/grabbag/.libs:../obj/release/lib:../obj/debug/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
-PATH=../src/test_cuesheet:../obj/release/b:../obj/debug/bin:$PATH
+PATH=../src/test_grabbag/cuesheet:../obj/release/b:../obj/debug/bin:$PATH
test_cuesheet -h 1>/dev/null 2>/dev/null || (echo "ERROR can't find test_cuesheet executable" 1>&2 && exit 1)
if [ $? != 0 ] ; then exit 1 ; fi