diff options
Diffstat (limited to 'test/pamdice-roundtrip.test')
-rwxr-xr-x | test/pamdice-roundtrip.test | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/pamdice-roundtrip.test b/test/pamdice-roundtrip.test index 7b863bca..28997742 100755 --- a/test/pamdice-roundtrip.test +++ b/test/pamdice-roundtrip.test @@ -1,10 +1,7 @@ #! /bin/bash # This script tests: pamdice pamundice -# Also requires: +# Also requires: - alias pamdice="${PBM_TESTPREFIX}pamdice" - alias pamundice="${PBM_TESTPREFIX}pamundice" - shopt -s expand_aliases tmpdir=${tmpdir:-/tmp} fname_stem=${tmpdir}/a @@ -13,4 +10,3 @@ pamdice testimg.ppm -outstem=${fname_stem} -width=50 -height=40 pamundice ${fname_stem}_%1d_%1a.ppm -down=4 -across=5 | cksum rm ${fname_stem}_?_?.ppm - |