From 9602cdc10e7e2321ced1f30053a0b7b22edd433d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 29 Jun 2013 19:02:18 +0000 Subject: New tests git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1964 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pnmtile.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/pnmtile.test') diff --git a/test/pnmtile.test b/test/pnmtile.test index b0c14ca6..0f9d91df 100755 --- a/test/pnmtile.test +++ b/test/pnmtile.test @@ -7,6 +7,7 @@ ${PBM_TESTPREFIX}pnmtile 40 50 testgrid.pbm | cksum ${PBM_TESTPREFIX}pnmtile 454 298 testimg.ppm > ${tmpdir}/testimg4.ppm && ${PBM_BINPREFIX}pnmcat -lr testimg.ppm testimg.ppm > ${tmpdir}/testimg2.ppm && ${PBM_BINPREFIX}pnmcat -tb ${tmpdir}/testimg2.ppm ${tmpdir}/testimg2.ppm | \ -diff - ${tmpdir}/testimg4.ppm && echo $? +cmp -s - ${tmpdir}/testimg4.ppm +echo $? rm ${tmpdir}/testimg{2,4}.ppm -- cgit 1.4.1