summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-03-02 22:52:49 +0000
committermsheby <>2009-03-02 22:52:49 +0000
commit3a444febf038c8f3df2f10a022d939ca8331ee0c (patch)
tree0116fae25d1035d110497e2549124e1c55b484d1 /src
parent584f25367bb2e0f57d2256d1eede57c7901414d6 (diff)
Update environment variables.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/jp2k-crypt-tst.sh4
-rwxr-xr-xsrc/jp2k-stereo-crypt-tst.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/jp2k-crypt-tst.sh b/src/jp2k-crypt-tst.sh
index ec40bf2..d6d85ab 100755
--- a/src/jp2k-crypt-tst.sh
+++ b/src/jp2k-crypt-tst.sh
@@ -49,9 +49,9 @@ ${BUILD_DIR}/asdcp-test${EXEEXT} -m -k ${CRYPT_KEY} \
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/plaintext/$file; \
+ cmp ${TEST_FILES}/${TEST_FILE_PREFIX}/$file ${TEST_FILES}/plaintext/$file; \
if [ $? -ne 0 ]; then \
exit 1; \
fi; \
diff --git a/src/jp2k-stereo-crypt-tst.sh b/src/jp2k-stereo-crypt-tst.sh
index 693cd61..73bc6bc 100755
--- a/src/jp2k-stereo-crypt-tst.sh
+++ b/src/jp2k-stereo-crypt-tst.sh
@@ -47,9 +47,9 @@ ${BUILD_DIR}/asdcp-test${EXEEXT} -m -k ${CRYPT_KEY} \
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/plaintext/$file; \
+ cmp ${TEST_FILES}/${TEST_FILE_PREFIX}/$file ${TEST_FILES}/plaintext/$file; \
if [ $? -ne 0 ]; then \
exit 1; \
fi; \