about summary refs log tree commit diff
path: root/test/stdin-ppm3.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/stdin-ppm3.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=$?