about summary refs log tree commit diff
path: root/test/pnminvert.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pnminvert.test')
-rwxr-xr-xtest/pnminvert.test7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/pnminvert.test b/test/pnminvert.test
index f779d574..b80716ef 100755
--- a/test/pnminvert.test
+++ b/test/pnminvert.test
@@ -1,10 +1,7 @@
 #! /bin/bash
 # This script tests: pnminvert
-# Also requires: pbmmake
+# Also requires: pbmmake pamchannel pamtopnm
 
-  alias pnminvert="${PBM_TESTPREFIX}pnminvert"
-  alias pbmmake="${PBM_BINPREFIX}pbmmake"
-  shopt -s expand_aliases
 
 # Test 1.  Should print 1240379484 41
 pnminvert testgrid.pbm | cksum
@@ -12,7 +9,7 @@ pnminvert testgrid.pbm | cksum
 # Test 2.  Should print 1416115901 101484
 pnminvert testimg.ppm | cksum
 
-# Test 3.  Should print 
+# Test 3.  Should print 1174803406 33838
 pamchannel -infile=testimg.ppm -tupletype="GRAYSCALE" 0 | pamtopnm | \
   pnminvert | cksum