File: test3

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 218 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
echo 'Testing HTML output'
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 -