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/hdiff-roundtrip.test | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/hdiff-roundtrip.test') diff --git a/test/hdiff-roundtrip.test b/test/hdiff-roundtrip.test index dbe74701..3a27a955 100755 --- a/test/hdiff-roundtrip.test +++ b/test/hdiff-roundtrip.test @@ -2,5 +2,9 @@ # This script tests: hdifftopam pamtohdiff # Also requires: -${PBM_TESTPREFIX}pamtohdiff testimg.ppm | \ - ${PBM_TESTPREFIX}hdifftopam -pnm | cksum \ No newline at end of file + alias hdifftopam="${PBM_TESTPREFIX}hdifftopam" + alias pamtohdiff="${PBM_TESTPREFIX}pamtohdiff" + shopt -s expand_aliases + +pamtohdiff testimg.ppm | \ + hdifftopam -pnm | cksum -- cgit 1.4.1