From b8baab1ef58b3bbb25caafa9f0d808f503528832 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 1 Apr 2015 02:04:11 +0000 Subject: restructure tests: check-tree, check-package, check-install; add Valgrind facility; doesn't overwrite prior test results git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2443 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pgmtoppm.test | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/pgmtoppm.test') diff --git a/test/pgmtoppm.test b/test/pgmtoppm.test index f2d0fffb..70df0d97 100755 --- a/test/pgmtoppm.test +++ b/test/pgmtoppm.test @@ -2,11 +2,6 @@ # This script tests: pgmtoppm # Also requires: pamseq pamtopnm pgmramp - alias pgmtoppm="${PBM_TESTPREFIX}pgmtoppm" - alias pamseq="${PBM_BINPREFIX}pamseq" - alias pamtopnm="${PBM_BINPREFIX}pamtopnm" - alias pgmramp="${PBM_BINPREFIX}pgmramp" - shopt -s expand_aliases tmpdir=${tmpdir:-/tmp} @@ -25,5 +20,3 @@ pgmtoppm yellow-blue ${test_pgm} | cksum pgmtoppm -map=${palette} ${test_pgm} | cksum rm ${test_pgm} ${palette} - - -- cgit 1.4.1