From a9c25fcbd3587b19e88f6a73d69f2134e3ced679 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Thu, 13 Jan 2005 16:09:27 +0000 Subject: [PATCH] Added "export LD_LIBRARY_PATH" --- test/addmoddel.sh | 1 + test/exiv2-test.sh | 1 + test/imagetest.sh | 1 + test/iptctest.sh | 1 + test/makernote-test.sh | 1 + test/write-test.sh | 1 + test/write2-test.sh | 1 + 7 files changed, 7 insertions(+) diff --git a/test/addmoddel.sh b/test/addmoddel.sh index 466e5043..1b24f881 100755 --- a/test/addmoddel.sh +++ b/test/addmoddel.sh @@ -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 diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh index 6925bb22..a5923ee6 100755 --- a/test/exiv2-test.sh +++ b/test/exiv2-test.sh @@ -1,6 +1,7 @@ #! /bin/sh # Test driver for exiv2 utility tests LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH exiv2="../../src/exiv2" results="./tmp/exiv2-test.out" good="./data/exiv2-test.out" diff --git a/test/imagetest.sh b/test/imagetest.sh index 87eea658..20c8cae7 100755 --- a/test/imagetest.sh +++ b/test/imagetest.sh @@ -76,6 +76,7 @@ diffCheck() # main LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH binpath="../../src" datapath="../data" diff --git a/test/iptctest.sh b/test/iptctest.sh index eb490dcf..90eb83c5 100755 --- a/test/iptctest.sh +++ b/test/iptctest.sh @@ -111,6 +111,7 @@ diffCheck() # main LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH binpath="../../src" datapath="../data" diffargs="--strip-trailing-cr" diff --git a/test/makernote-test.sh b/test/makernote-test.sh index 7172b835..9f552a5f 100755 --- a/test/makernote-test.sh +++ b/test/makernote-test.sh @@ -11,6 +11,7 @@ if [ $? -ne 0 ] ; then fi ( LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH binpath="../../src" cd ./tmp $binpath/makernote-test diff --git a/test/write-test.sh b/test/write-test.sh index c2d73062..59197365 100755 --- a/test/write-test.sh +++ b/test/write-test.sh @@ -32,6 +32,7 @@ runTestCase() # main LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH binpath="../../src" datapath="." diffargs="--strip-trailing-cr" diff --git a/test/write2-test.sh b/test/write2-test.sh index bd19ff10..ed81ef50 100755 --- a/test/write2-test.sh +++ b/test/write2-test.sh @@ -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