diff options
Diffstat (limited to 'converter/other/pamtosvg/pamtosvg.test')
-rw-r--r-- | converter/other/pamtosvg/pamtosvg.test | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/converter/other/pamtosvg/pamtosvg.test b/converter/other/pamtosvg/pamtosvg.test deleted file mode 100644 index 3217287e..00000000 --- a/converter/other/pamtosvg/pamtosvg.test +++ /dev/null @@ -1,8 +0,0 @@ -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 | \ - 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 - |