From 04afde0b11367018d95be801c543fdcf16420b5d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 30 Mar 2014 17:12:47 +0000 Subject: Update to current Development release - 10.66.00 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2172 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/bmp-roundtrip.test | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/bmp-roundtrip.test') diff --git a/test/bmp-roundtrip.test b/test/bmp-roundtrip.test index af0e6948..291f2669 100755 --- a/test/bmp-roundtrip.test +++ b/test/bmp-roundtrip.test @@ -2,5 +2,9 @@ # This script tests: bmptopnm ppmtobmp # Also requires: -${PBM_TESTPREFIX}ppmtobmp testimg.ppm | ${PBM_TESTPREFIX}bmptopnm | cksum -${PBM_TESTPREFIX}ppmtobmp testgrid.pbm | ${PBM_TESTPREFIX}bmptopnm | cksum \ No newline at end of file + alias bmptopnm="${PBM_TESTPREFIX}bmptopnm" + alias ppmtobmp="${PBM_TESTPREFIX}ppmtobmp" + shopt -s expand_aliases + +ppmtobmp testimg.ppm | bmptopnm | cksum +ppmtobmp testgrid.pbm | bmptopnm | cksum -- cgit 1.4.1