File: test1

package info (click to toggle)
pngmeta 1.11-9
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 316 kB
  • sloc: sh: 3,136; ansic: 405; makefile: 67
file content (12 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
echo 'Testing uncompressed text chunk - tEXT (plain format)'
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 -