mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
echo 'Testing HTML output'
|
|
./pngmeta -html -quiet 8859.png | diff -c test3.xpt -
|