#1137. Correction to r4045.
This commit is contained in:
parent
e07c881fcf
commit
4bceac15f8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user