diff --git a/test/geotag-test.sh b/test/geotag-test.sh index 0942699a..95b3f8f4 100755 --- a/test/geotag-test.sh +++ b/test/geotag-test.sh @@ -3,11 +3,7 @@ source ./functions.source -( cd "$testdir" - - printf "geotag" >&3 - - jpg=FurnaceCreekInn.jpg +( jpg=FurnaceCreekInn.jpg gpx=FurnaceCreekInn.gpx copyTestFiles $jpg $gpx @@ -21,8 +17,7 @@ source ./functions.source runTest geotag -ascii -tz -8:00 $jpg $gpx | cut -d' ' -f 2- echo --- show GPSInfo tags --- runTest exiv2 -pa --grep GPSInfo $jpg - -) 3>&1 > $results 2>&1 +) > $results 2>&1 reportTest