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
test4
11
test4
@@ -1,3 +1,12 @@
|
||||
#!/bin/sh
|
||||
echo 'Testing RDF/XML output'
|
||||
./pngmeta -xrdf ct1n0g04.png | diff -c test4.xpt -
|
||||
INPUT=ct1n0g04.png
|
||||
OUTPUT=test4.xpt
|
||||
|
||||
for dir in . ..; do
|
||||
if [ -r $dir/$OUTPUT ]; then
|
||||
break;
|
||||
fi
|
||||
done
|
||||
here=`pwd`
|
||||
cd $dir && $here/pngmeta -xrdf -quiet $INPUT | diff -c $OUTPUT -
|
||||
|
||||
Reference in New Issue
Block a user