From 4bceac15f8d843f8aad1ea2c0d05fa4340b44978 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 26 Nov 2015 18:44:44 +0000 Subject: [PATCH] #1137. Correction to r4045. --- test/bugfixes-test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 25e902d7..bd11b8b9 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -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