#836: Add test case (currently failing on MacOS X)
This commit is contained in:
@@ -234,6 +234,19 @@ cp -f ../data/mini9.tif $filename
|
||||
$bin/exiv2 -v -Qd -M'set Exif.Image.ImageDescription Just GIMP' $filename
|
||||
$bin/exiv2 -v -pa $filename
|
||||
|
||||
num=836
|
||||
filename=exiv2-bug$num.eps
|
||||
echo '------>' Bug $num '<-------' >&2
|
||||
if [ -e $filename/rsrc ]; then
|
||||
printf "$num " >&3
|
||||
cp $filename.rsrc $filename/rsrc
|
||||
$bin/exiv2 -M'set Exif.Photo.UserComment Test' $filename
|
||||
diff -q $filename/rsrc $filename.rsrc
|
||||
else
|
||||
# skip this test on systems which do not have resource forks
|
||||
printf "($num skipped) " >&3
|
||||
fi
|
||||
|
||||
) 3>&1 > $results 2>&1
|
||||
|
||||
printf "\n"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user