Imported from pngmeta-1.11.tar

This commit is contained in:
Dave Beckett
2001-05-16 10:30:41 -05:00
committed by Glenn Randers-Pehrson
parent 77b7eb6d63
commit 21a5fdb597
24 changed files with 1234 additions and 463 deletions

11
test3
View File

@@ -1,3 +1,12 @@
#!/bin/sh
echo 'Testing HTML output'
./pngmeta -html -quiet 8859.png | diff -c test3.xpt -
INPUT=8859.png
OUTPUT=test3.xpt
for dir in . ..; do
if [ -r $dir/$OUTPUT ]; then
break;
fi
done
here=`pwd`
cd $dir && $here/pngmeta -html -quiet $INPUT | diff -c $OUTPUT -