Update some user variables.
authormsheby <msheby@cinecert.com>
Mon, 2 Mar 2009 22:45:15 +0000 (22:45 +0000)
committermsheby <>
Mon, 2 Mar 2009 22:45:15 +0000 (22:45 +0000)
src/jp2k-tst.sh

index 9f59638e9ee387ddc1dfdece8682f49cb971bbd8..7278f1b53230164b0831bca1d9e8c7d2810d191d 100755 (executable)
@@ -39,9 +39,9 @@ ${BUILD_DIR}/asdcp-test${EXEEXT} -x ${TEST_FILES}/extract/${JP2K_PREFIX} ${TEST_
 if [ $? -ne 0 ]; then
     exit 1
 fi
-for file in `ls ../test/${TEST_FILE_PREFIX}`; do \
+for file in `ls ${TEST_FILES}/${TEST_FILE_PREFIX}`; do \
   echo "$file"; \
-  cmp ../test/${TEST_FILE_PREFIX}/$file ../test/extract/$file; \
+  cmp ${TEST_FILES}/${TEST_FILE_PREFIX}/$file ${TEST_FILES}/extract/$file; \
   if [ $? -ne 0 ]; then \
     exit 1; \
   fi; \