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