From aab4792db8e0adcaf63cf57a1f5e0b18666dae47 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 26 Jun 2016 18:15:09 +0000 Subject: Promote Development to Advanced as Release 10.75.00 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2803 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/legacy-names.test | 52 +++++++++++++++++--------------------------------- 1 file changed, 17 insertions(+), 35 deletions(-) (limited to 'test/legacy-names.test') diff --git a/test/legacy-names.test b/test/legacy-names.test index df40e62d..30509d20 100755 --- a/test/legacy-names.test +++ b/test/legacy-names.test @@ -10,6 +10,12 @@ ## ## Important: This test checks obsoleted names. ## Programs here do not appear in other tests. +## +## Programs here are wrapper scripts provided for backward compatibility. +## The newer replacement program may be the cause of any failure reported. +## +## If you run the "make test-install" on an older version, some executables +## may be reported as missing because of missing features. # Skip this test if CHECK_TYPE = tree @@ -55,6 +61,8 @@ ordinary_testprogs="\ pamfixtrunc \ pamrgbatopng \ pbmtoicon \ + pbmtox10bm \ + pgmcrater \ pgmedge \ pgmnorm \ pgmoil \ @@ -68,14 +76,19 @@ ordinary_testprogs="\ pnmfile \ pnmflip \ pnminterp \ + pnmnoraw \ pnmscale \ pnmsplit \ pnmtofits \ + pnmtoplainpnm \ pnmtopnm \ pnmtotiff \ ppmnorm \ + ppmquant \ + ppmquantall \ ppmtogif \ ppmtojpeg \ + ppmtomap \ ppmtompeg \ ppmtotga \ ppmtouil \ @@ -91,42 +104,11 @@ for i in $ordinary_testprogs done -# Test pgmcrater - -pgmcrater -number 1 -xsize 15 -ysize 15 -randomseed 1 > /dev/null -testExitStatus pgmcrater 0 $? - - -# Test pbmtox10bm, pnmnoraw, pnmtoplainpnm, ppmquantall, ppmrainbow -# with trivial input. -$i ${tmpdir}/test.pbm > /dev/null 2> /dev/null; -tmpdir=${tmpdir:-/tmp} -test_pbm=${tmpdir}/test.pbm - -cat > ${test_pbm} < /dev/null 2> /dev/null; - testExitStatus $i 0 $? - done - -for i in ppmquant ppmquantall - do - $i 2 ${tmpdir}/test.pbm > /dev/null 2> /dev/null; - testExitStatus $i 0 $? - done - - -rm ${test_pbm} - - -# Test hpcdtoppm. Simply confirm its existence. +# Test hpcdtoppm and pcdovtoppm. Simply confirm their existence. type -p hpcdtoppm > /dev/null testExitStatus hpcdtoppm 0 $? + +type -p pcdovtoppm > /dev/null +testExitStatus pcdovtoppm 0 $? -- cgit 1.4.1