diff options
Diffstat (limited to 'test/xbm-roundtrip.test')
-rwxr-xr-x | test/xbm-roundtrip.test | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/xbm-roundtrip.test b/test/xbm-roundtrip.test index 4823adfd..e84d6fc3 100755 --- a/test/xbm-roundtrip.test +++ b/test/xbm-roundtrip.test @@ -1,10 +1,7 @@ #! /bin/bash # This script tests: pbmtoxbm xbmtopbm -# Also requires: +# Also requires: - alias pbmtoxbm="${PBM_TESTPREFIX}pbmtoxbm" - alias xbmtopbm="${PBM_TESTPREFIX}xbmtopbm" - shopt -s expand_aliases pbmtoxbm testgrid.pbm | xbmtopbm | cksum pbmtoxbm -x10 testgrid.pbm | xbmtopbm | cksum |