about summary refs log tree commit diff
path: root/test/pamtosvg.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pamtosvg.test')
-rwxr-xr-xtest/pamtosvg.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pamtosvg.test b/test/pamtosvg.test
index 332040ea..4acf1fd9 100755
--- a/test/pamtosvg.test
+++ b/test/pamtosvg.test
@@ -40,6 +40,6 @@ EOF
 
 echo "Test 2.  Should print match"
 
-pamtosvg testgrid.pbm | tee /tmp/a2 |\
+pamtosvg testgrid.pbm |\
     cmp -s ${testgrid_svg} - && echo "match" || echo "no match"
 rm ${testgrid_svg}