Merge pull request #1477 from Exiv2/testsuite_maintenance

Fixing exiv2-test.sh message when test/tmp is empty.
This commit is contained in:
Robin Mills 2021-02-19 19:37:00 +00:00 committed by GitHub
commit c3f12c026c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"