diff options
| author | msheby <msheby@cinecert.com> | 2009-03-02 22:45:15 +0000 |
|---|---|---|
| committer | msheby <> | 2009-03-02 22:45:15 +0000 |
| commit | 584f25367bb2e0f57d2256d1eede57c7901414d6 (patch) | |
| tree | 6d99f74577a8a508f82e7188f656fbebf0f350e8 /src | |
| parent | 3cc646a554d7f6fc87310d814e16431adfc8fe8d (diff) | |
Update some user variables.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/jp2k-tst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jp2k-tst.sh b/src/jp2k-tst.sh index 9f59638..7278f1b 100755 --- a/src/jp2k-tst.sh +++ b/src/jp2k-tst.sh @@ -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; \ |
