summaryrefslogtreecommitdiff
path: root/test/test_flac.sh
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-01-02 22:37:42 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-01-02 22:49:37 +1100
commit85d5c53803e455c0a235313918624d549bc10b2d (patch)
tree30fe1e4bf4d1c2b84fbdbb555feae29e226bb778 /test/test_flac.sh
parent96d081c1c9b96743631f3a90d4798150ead43d47 (diff)
downloadflac-85d5c53803e455c0a235313918624d549bc10b2d.tar.gz
Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.
Diffstat (limited to 'test/test_flac.sh')
-rwxr-xr-xtest/test_flac.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_flac.sh b/test/test_flac.sh
index 7e4a8fd2..10981c0b 100755
--- a/test/test_flac.sh
+++ b/test/test_flac.sh
@@ -49,14 +49,14 @@ LD_LIBRARY_PATH=`pwd`/../src/share/getopt/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_analysis/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/replaygain_synthesis/.libs:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=`pwd`/../src/share/utf8/.libs:$LD_LIBRARY_PATH
-LD_LIBRARY_PATH=`pwd`/../obj/$BUILD/lib:$LD_LIBRARY_PATH
+LD_LIBRARY_PATH=`pwd`/../objs/$BUILD/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
export MALLOC_CHECK_=3
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
PATH=`pwd`/../src/flac:$PATH
PATH=`pwd`/../src/metaflac:$PATH
PATH=`pwd`/../src/test_streams:$PATH
-PATH=`pwd`/../obj/$BUILD/bin:$PATH
+PATH=`pwd`/../objs/$BUILD/bin:$PATH
flac --help 1>/dev/null 2>/dev/null || die "ERROR can't find flac executable"