From 894248c43007f8323cd83b5d0b1cee3c0f7c59a2 Mon Sep 17 00:00:00 2001 From: clanmills Date: Fri, 19 Feb 2021 16:16:35 +0000 Subject: [PATCH] Fixing exiv2-test.sh message when test/tmp is empty. --- test/exiv2-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh index 2e7292f6..03b5ca3d 100755 --- a/test/exiv2-test.sh +++ b/test/exiv2-test.sh @@ -65,7 +65,7 @@ fi 20060127_225027.exv \ 20110626_213900.exv" - for i in $images; do copyTestFile $i; done + for i in $images; do copyTestFile $i; done ; copyTestFile 20110626_213900.psd echo "Exiv2 test directory -----------------------------------------------------" cd "$testdir"