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/pbmupc.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/pbmupc.test') diff --git a/test/pbmupc.test b/test/pbmupc.test index 6fa772d7..39e4c10c 100755 --- a/test/pbmupc.test +++ b/test/pbmupc.test @@ -2,7 +2,10 @@ # This script tests: pbmupc # Also requires: + alias pbmupc="${PBM_TESTPREFIX}pbmupc" + shopt -s expand_aliases + for type in -s1 -s2 do -${PBM_TESTPREFIX}pbmupc $type 0 72890 00011 +pbmupc $type 0 72890 00011 done | cksum -- cgit 1.4.1