about summary refs log tree commit diff
path: root/test/cmuw-roundtrip.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmuw-roundtrip.test')
-rwxr-xr-xtest/cmuw-roundtrip.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/cmuw-roundtrip.test b/test/cmuw-roundtrip.test
index 85de9706..ebb5eecf 100755
--- a/test/cmuw-roundtrip.test
+++ b/test/cmuw-roundtrip.test
@@ -2,5 +2,9 @@
 # This script tests: pbmtocmuwm cmuwmtopbm
 # Also requires: 
 
+  alias cmuwmtopbm="${PBM_TESTPREFIX}cmuwmtopbm"
+  alias pbmtocmuwm="${PBM_TESTPREFIX}pbmtocmuwm"
+  shopt -s expand_aliases
+
 # Should print 2425386270 41, cksum of testgrid.pbm
-${PBM_TESTPREFIX}pbmtocmuwm testgrid.pbm | ${PBM_TESTPREFIX}cmuwmtopbm | cksum
+pbmtocmuwm testgrid.pbm | cmuwmtopbm | cksum