From f483ed03a784a24a5d5bfc44a29a74d124092b79 Mon Sep 17 00:00:00 2001 From: clanmills Date: Fri, 11 Sep 2020 14:33:44 +0100 Subject: [PATCH] Tweak conversion.sh for TZ conversion error in MSVC. --- test/conversions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conversions.sh b/test/conversions.sh index af88621e..bf1fcd12 100755 --- a/test/conversions.sh +++ b/test/conversions.sh @@ -206,7 +206,7 @@ fi # evade this test on MSVC builds (Issue #485) platform=$(runTest exiv2 -vV 2>/dev/null | grep platform=) if [ "$platform" == "platform=windows" -o "$platform" == "platform=mingw64" -o "$platform" == "platform=msys" ]; then - runTest exiv2 -PEkycv v.jpg | sed -E -e 's#17 19:10:22#18 02:10:22#g' + runTest exiv2 -PEkycv v.jpg | sed -E -e 's#1. 1.:10:22#18 02:10:22#g' else runTest exiv2 -PEkycv v.jpg fi