mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from pngmeta-1.11.tar
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
77b7eb6d63
commit
21a5fdb597
11
test1
11
test1
@@ -1,3 +1,12 @@
|
||||
#!/bin/sh
|
||||
echo 'Testing uncompressed text chunk - tEXT (plain format)'
|
||||
./pngmeta -quiet ct1n0g04.png | diff -c test1.xpt -
|
||||
INPUT=ct1n0g04.png
|
||||
OUTPUT=test1.xpt
|
||||
|
||||
for dir in . ..; do
|
||||
if [ -r $dir/$OUTPUT ]; then
|
||||
break;
|
||||
fi
|
||||
done
|
||||
here=`pwd`
|
||||
cd $dir && $here/pngmeta -quiet $INPUT | diff -c $OUTPUT -
|
||||
|
||||
Reference in New Issue
Block a user