about summary refs log tree commit diff
path: root/test/pnmtile.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-29 19:02:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-29 19:02:18 +0000
commit9602cdc10e7e2321ced1f30053a0b7b22edd433d (patch)
tree9a947bdd3cb43d45a8bfa3fc4288cac44ae4835e /test/pnmtile.test
parentfe835f6d3d19026dc3316de80062b44cfa78f7f9 (diff)
downloadnetpbm-mirror-9602cdc10e7e2321ced1f30053a0b7b22edd433d.tar.gz
netpbm-mirror-9602cdc10e7e2321ced1f30053a0b7b22edd433d.tar.xz
netpbm-mirror-9602cdc10e7e2321ced1f30053a0b7b22edd433d.zip
New tests
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1964 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/pnmtile.test')
-rwxr-xr-xtest/pnmtile.test3
1 files changed, 2 insertions, 1 deletions
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