Simplification of test/geotag-test.sh
This commit is contained in:
parent
b354ad8b2a
commit
352c94b6f2
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user