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/fits-roundtrip.test | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/fits-roundtrip.test') diff --git a/test/fits-roundtrip.test b/test/fits-roundtrip.test index 0c244c5a..65589823 100755 --- a/test/fits-roundtrip.test +++ b/test/fits-roundtrip.test @@ -2,5 +2,9 @@ # This script tests: pamtofits fitstopnm # Also requires: + alias fitstopnm="${PBM_TESTPREFIX}fitstopnm" + alias pamtofits="${PBM_TESTPREFIX}pamtofits" + shopt -s expand_aliases + # Should produce 1926073387 101484, cksum of testimg.ppm -${PBM_TESTPREFIX}pamtofits testimg.ppm | ${PBM_TESTPREFIX}fitstopnm | cksum +pamtofits testimg.ppm | fitstopnm | cksum -- cgit 1.4.1