diff --git a/src/runtest-1.0.sh b/src/runtest-1.0.sh index bc3de22..d924412 100755 --- a/src/runtest-1.0.sh +++ b/src/runtest-1.0.sh @@ -50,7 +50,7 @@ if [ x$ODG != x-2.007 ]; then fi ODG=`LC_ALL=C ./peaq --gst-disable-segtrap --gst-debug-level=2 --gst-plugin-load=.libs/libgstpeaq.so \ - ../test/stimulus_ref.wav ../test/stimulus_test.wav \ + ${srcdir}/../test/stimulus_ref.wav ${srcdir}/../test/stimulus_test.wav \ | grep "Objective Difference Grade:" | cut -d " " -f4` echo $ODG if [ x$ODG != x-1.077 ]; then