#!/bin/shcode=77 # skippedfor t in"${srcdir}/contrib/pngsuite/"x*".png"do if test"$t"!="${srcdir}/contrib/pngsuite/x*.png"then# not skipped, test itif ./pngstest --strict--tmpfile"error"--log"$@""$t"thencode=0 # oops, success: should not happen!fi fidoneexit$code