about summary refs log tree commit diff
path: root/test/pamfile.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pamfile.test')
-rwxr-xr-xtest/pamfile.test7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/pamfile.test b/test/pamfile.test
index 1c1d3d23..ac927172 100755
--- a/test/pamfile.test
+++ b/test/pamfile.test
@@ -1,14 +1,9 @@
 #! /bin/bash
 # This script tests: pamfile
-# Also requires: pamchannel
+# Also requires: pamchannel pamtopnm
 
-  alias pamfile="${PBM_TESTPREFIX}pamfile"
-  shopt -s expand_aliases
 
 pamfile testimg.ppm
 pamfile testgrid.pbm
 pamchannel -infile=testimg.ppm -tupletype="GRAYSCALE" 0 | pamtopnm | pamfile
 pamchannel -tupletype="GRAYSCALE" -infile=testimg.ppm 0 | pamfile
-
-
-