@ -11,6 +11,7 @@ if [ $? -ne 0 ] ; then
fi
(
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
binpath="../../src"
cp -f ./data/exiv2-empty.jpg ./tmp
cd ./tmp
@ -1,6 +1,7 @@
#! /bin/sh
# Test driver for exiv2 utility tests
exiv2="../../src/exiv2"
results="./tmp/exiv2-test.out"
good="./data/exiv2-test.out"
@ -76,6 +76,7 @@ diffCheck()
# main
datapath="../data"
@ -111,6 +111,7 @@ diffCheck()
diffargs="--strip-trailing-cr"
$binpath/makernote-test
@ -32,6 +32,7 @@ runTestCase()
datapath="."