about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-02-20 01:07:10 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-02-20 01:07:10 +0000
commite00cbaee6fc6c25884242b4ffd0d050cde68203f (patch)
tree4556a1d29aa23b671f865fcf2962ee45dd3c06e7 /test
parentdda1dec24be3a94965325201d66e5ad412bdbf1e (diff)
downloadnetpbm-mirror-e00cbaee6fc6c25884242b4ffd0d050cde68203f.tar.gz
netpbm-mirror-e00cbaee6fc6c25884242b4ffd0d050cde68203f.tar.xz
netpbm-mirror-e00cbaee6fc6c25884242b4ffd0d050cde68203f.zip
Remove superluous diff
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4276 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test')
-rwxr-xr-xtest/stdin-ppm3.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/stdin-ppm3.test b/test/stdin-ppm3.test
index e21718d0..44334097 100755
--- a/test/stdin-ppm3.test
+++ b/test/stdin-ppm3.test
@@ -44,7 +44,6 @@ for fmt in \
 	    ${out1} ${out2};
   fi 
   cmp -s ${out1} ${out2}
-  diff ${out1} ${out2}
   echo ${testprog1}": "${status1} ${status2} $?
 
   ${testprog2} ${out1} > ${out3};      status3=$?