File: test2

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 255 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
echo 'Testing compressed text chunk   - zTXT (SOIF format)'
INPUT=ctzn0g04.png
OUTPUT=test2.xpt

for dir in . ..; do
  if [ -r $dir/$OUTPUT ]; then
    break;
  fi
done
here=`pwd`
cd $dir && $here/pngmeta -soif -quiet $INPUT | diff -c $OUTPUT -