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/pbmtext.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/pbmtext.test') diff --git a/test/pbmtext.test b/test/pbmtext.test index 69fa9b23..21020969 100755 --- a/test/pbmtext.test +++ b/test/pbmtext.test @@ -2,10 +2,13 @@ # This script tests: pbmtext # Also requires: + alias pbmtext="${PBM_TESTPREFIX}pbmtext" + shopt -s expand_aliases + for i in 0123456789 abcdefghijk lmnopqrst uzwxyz ABCDEFGHIJK LMNOPQRST UVWXYZ do for flags in "" "-nom" "-builtin fixed" do -echo $i | ${PBM_TESTPREFIX}pbmtext $flags | cksum +echo $i | pbmtext $flags | cksum done done -- cgit 1.4.1