diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-01-02 16:28:37 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-01-02 16:28:37 +0000 |
commit | 71d4c2e05abc34d82d505c96af9bd918846f9cec (patch) | |
tree | 41e3c5cc4dcba05e59843dbed2cf8f4eca2c98d2 /test/xbm-roundtrip.test | |
parent | e165c1cd02e9ea5b868b0a43b20e1bd96d40e6ff (diff) | |
download | netpbm-mirror-71d4c2e05abc34d82d505c96af9bd918846f9cec.tar.gz netpbm-mirror-71d4c2e05abc34d82d505c96af9bd918846f9cec.tar.xz netpbm-mirror-71d4c2e05abc34d82d505c96af9bd918846f9cec.zip |
use aliases to make tests easier to read and modify; add white line to top in Pnmshear test
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2098 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/xbm-roundtrip.test')
-rwxr-xr-x | test/xbm-roundtrip.test | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/xbm-roundtrip.test b/test/xbm-roundtrip.test index 2dcb5a13..4823adfd 100755 --- a/test/xbm-roundtrip.test +++ b/test/xbm-roundtrip.test @@ -2,5 +2,9 @@ # This script tests: pbmtoxbm xbmtopbm # Also requires: -${PBM_TESTPREFIX}pbmtoxbm testgrid.pbm | ${PBM_TESTPREFIX}xbmtopbm | cksum -${PBM_TESTPREFIX}pbmtoxbm -x10 testgrid.pbm | ${PBM_TESTPREFIX}xbmtopbm | cksum + 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 |