summaryrefslogtreecommitdiff
path: root/test/test_grabbag.sh
diff options
context:
space:
mode:
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