about summary refs log tree commit diff
path: root/test/ppmmake.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/ppmmake.test')
-rwxr-xr-xtest/ppmmake.test9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/ppmmake.test b/test/ppmmake.test
index da23095c..faba1ace 100755
--- a/test/ppmmake.test
+++ b/test/ppmmake.test
@@ -2,10 +2,13 @@
 # This script tests: ppmmake
 # Also requires: 
 
-${PBM_TESTPREFIX}ppmmake rgb:ff/80/80 50 100 -maxval=5 | cksum
-${PBM_TESTPREFIX}ppmmake red 50 50  | cksum
+  alias ppmmake="${PBM_TESTPREFIX}ppmmake"
+  shopt -s expand_aliases
 
+ppmmake rgb:ff/80/80 50 100 -maxval=5 | cksum
+ppmmake red 50 50  | cksum
 
 
 
- 
\ No newline at end of file
+
+