@ -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