about summary refs log tree commit diff
path: root/test/ppmtopgm.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ppmtopgm.test')
-rwxr-xr-xtest/ppmtopgm.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/ppmtopgm.test b/test/ppmtopgm.test
index 94e0ae91..8503194b 100755
--- a/test/ppmtopgm.test
+++ b/test/ppmtopgm.test
@@ -1,10 +1,7 @@
 #! /bin/bash
 # This script tests: ppmtopgm
-# Also requires: 
+# Also requires:
 
-  alias ppmtopgm="${PBM_TESTPREFIX}ppmtopgm"
-  shopt -s expand_aliases
 
 # Test 1. Should produce 2871603838 33838
 ppmtopgm testimg.ppm | cksum
-