about summary refs log tree commit diff
path: root/converter/other/pamtosvg
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-08-29 15:52:12 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-08-29 15:52:12 +0000
commit3821270a4899d4d9915bcc9f105b65b849467a3f (patch)
tree70b36141b29577fe05f79415fcc3978de841263a /converter/other/pamtosvg
parent42e47a1287d29ef541d9aa3fb0973fbae0fe3d13 (diff)
downloadnetpbm-mirror-3821270a4899d4d9915bcc9f105b65b849467a3f.tar.gz
netpbm-mirror-3821270a4899d4d9915bcc9f105b65b849467a3f.tar.xz
netpbm-mirror-3821270a4899d4d9915bcc9f105b65b849467a3f.zip
Fix paths in test case
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@29 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtosvg')
-rw-r--r--converter/other/pamtosvg/pamtosvg.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/converter/other/pamtosvg/pamtosvg.test b/converter/other/pamtosvg/pamtosvg.test
index df3a07d3..3217287e 100644
--- a/converter/other/pamtosvg/pamtosvg.test
+++ b/converter/other/pamtosvg/pamtosvg.test
@@ -1,6 +1,8 @@
+echo "Test 1.  Should print nothing"
 # This will print nothing if successful (diff will find no difference)
-ppmmake black 20 20 | ppmdraw -script="line 5 2 15 17" | pamtosvg | \
+ppmmake black 20 20 | ppmdraw -script="line 5 2 15 17" | ./pamtosvg | \
   diff testline.svg -
 
+echo "Test 2.  Should print nothing"
 # This will print nothing if successful (diff will find no difference)
-pamtosvg ../../../../testgrid.pbm | diff testgrid.svg -
+./pamtosvg ../../../testgrid.pbm | diff testgrid.svg -