about summary refs log tree commit diff
path: root/test/g3-roundtrip.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/g3-roundtrip.test')
-rwxr-xr-xtest/g3-roundtrip.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/g3-roundtrip.test b/test/g3-roundtrip.test
index 323a26bf..47e20e1d 100755
--- a/test/g3-roundtrip.test
+++ b/test/g3-roundtrip.test
@@ -2,10 +2,6 @@
 # This script tests: g3topbm pbmtog3
 # Also requires: pnmcrop
 
-  alias g3topbm="${PBM_TESTPREFIX}g3topbm"
-  alias pbmtog3="${PBM_TESTPREFIX}pbmtog3"
-  alias pnmcrop="${PBM_BINPREFIX}pnmcrop"
-  shopt -s expand_aliases
 
 pbmtog3 -nofixedwidth testgrid.pbm | \
 g3topbm -width=14 | cmp -s - testgrid.pbm