From 71d4c2e05abc34d82d505c96af9bd918846f9cec Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 2 Jan 2014 16:28:37 +0000 Subject: 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 --- test/wbmp-roundtrip.test | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/wbmp-roundtrip.test') diff --git a/test/wbmp-roundtrip.test b/test/wbmp-roundtrip.test index bab2b6a5..40988635 100755 --- a/test/wbmp-roundtrip.test +++ b/test/wbmp-roundtrip.test @@ -2,5 +2,9 @@ # This script tests: pbmtowbmp wbmptopbm # Also requires: + alias pbmtowbmp="${PBM_TESTPREFIX}pbmtowbmp" + alias wbmptopbm="${PBM_TESTPREFIX}wbmptopbm" + shopt -s expand_aliases + # Should print 2425386270 41, cksum of testgrid.pbm -${PBM_TESTPREFIX}pbmtowbmp testgrid.pbm | ${PBM_TESTPREFIX}wbmptopbm | cksum +pbmtowbmp testgrid.pbm | wbmptopbm | cksum -- cgit 1.4.1