From 620ecbee2ed1cb478e0289722d86dd72717f1cb8 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 28 Jun 2015 15:34:21 +0000 Subject: Release 10.71.00 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2588 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pnmtopnm-plain.test | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'test/pnmtopnm-plain.test') diff --git a/test/pnmtopnm-plain.test b/test/pnmtopnm-plain.test index f4e0749e..5b7e4b48 100755 --- a/test/pnmtopnm-plain.test +++ b/test/pnmtopnm-plain.test @@ -1,15 +1,10 @@ #! /bin/bash -# This script tests: pnmtopnm -# Also requires: pgmtopgm ppmtoppm pamtopnm +# This script tests: pamtopnm +# Also requires: pgmtopgm ppmtoppm - alias pnmtopnm="${PBM_TESTPREFIX}pnmtopnm" - alias pgmtopgm="${PBM_BINPREFIX}pgmtopgm" - alias ppmtoppm="${PBM_BINPREFIX}ppmtoppm" - shopt -s expand_aliases +pamtopnm -plain testgrid.pbm -pnmtopnm -plain testgrid.pbm +pgmtopgm < testgrid.pbm | pamtopnm -plain -pgmtopgm < testgrid.pbm | pnmtopnm -plain - -ppmtoppm < testgrid.pbm | pnmtopnm -plain | \ +ppmtoppm < testgrid.pbm | pamtopnm -plain | \ head -n11 -- cgit 1.4.1