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/eyuvtoppm.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/eyuvtoppm.test') diff --git a/test/eyuvtoppm.test b/test/eyuvtoppm.test index 5009d3ba..79c30237 100755 --- a/test/eyuvtoppm.test +++ b/test/eyuvtoppm.test @@ -2,6 +2,9 @@ # This script tests: eyuvtoppm # Also requires: + alias eyuvtoppm="${PBM_TESTPREFIX}eyuvtoppm" + shopt -s expand_aliases + # Should produce 1719878124 253455 -head -c 126720 /dev/zero | ${PBM_TESTPREFIX}eyuvtoppm -quiet | cksum +head -c 126720 /dev/zero | eyuvtoppm -quiet | cksum -- cgit 1.4.1