X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fjp2k-stereo-crypt-tst.sh;h=012a4e5861de084424fe4522c126bb759e72a11a;hb=9ae565acc75f39fd0e043135761aa3fb62e09025;hp=693cd61717e8522d3f524871810aebb194cc529b;hpb=4e84a947fc185029b844743debd3f99957601613;p=asdcplib.git diff --git a/src/jp2k-stereo-crypt-tst.sh b/src/jp2k-stereo-crypt-tst.sh index 693cd61..012a4e5 100755 --- a/src/jp2k-stereo-crypt-tst.sh +++ b/src/jp2k-stereo-crypt-tst.sh @@ -1,7 +1,7 @@ #!/bin/sh # # $Id$ -# Copyright (c) 2007-2008 John Hurst. All rights reserved. +# Copyright (c) 2007-2009 John Hurst. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -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; \