#1137. Correction to r4045.

This commit is contained in:
Robin Mills 2015-11-26 18:44:44 +00:00
parent e07c881fcf
commit 4bceac15f8

View File

@ -436,10 +436,10 @@ source ./functions.source
printf "$num " >&3
echo '------>' Bug $num '<-------' >&2
copyTestFile $filename
exiv2 -PkV --grep GPSL http://dev.exiv2.org/attachments/download/805/DSC_7154.jpg
exiv2 -pa $filename
exiv2 -PkV --grep GPSL http://dev.exiv2.org/attachments/download/805/DSC_7154.jpg | exiv2 -m- $filename
exiv2 -pa $filename
runTest exiv2 -PkV --grep GPSL http://dev.exiv2.org/attachments/download/805/DSC_7154.jpg
runTest exiv2 -pa $filename
runTest exiv2 -PkV --grep GPSL http://dev.exiv2.org/attachments/download/805/DSC_7154.jpg | runTest exiv2 -m- $filename
runTest exiv2 -pa $filename
) 3>&1 > $results 2>&1