Files
libpng/test4
2012-10-12 10:01:10 -05:00

13 lines
225 B
Bash
Executable File

#!/bin/sh
echo 'Testing RDF/XML output'
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 -