From 3821270a4899d4d9915bcc9f105b65b849467a3f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 29 Aug 2006 15:52:12 +0000 Subject: Fix paths in test case git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@29 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pamtosvg/pamtosvg.test | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'converter/other/pamtosvg') 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 - -- cgit 1.4.1