File: test4

package info (click to toggle)
pngmeta 1.11-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: sh: 5,205; ansic: 1,228; makefile: 19
file content (12 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 -