about summary refs log tree commit diff
path: root/test/pi3-roundtrip.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 15:34:21 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 15:34:21 +0000
commit620ecbee2ed1cb478e0289722d86dd72717f1cb8 (patch)
tree7a427b24d86f6789706acee21a52dca15b88806b /test/pi3-roundtrip.test
parent8c2dab4922b514045cbae8e71ba93aaf8c0fff48 (diff)
downloadnetpbm-mirror-620ecbee2ed1cb478e0289722d86dd72717f1cb8.tar.gz
netpbm-mirror-620ecbee2ed1cb478e0289722d86dd72717f1cb8.tar.xz
netpbm-mirror-620ecbee2ed1cb478e0289722d86dd72717f1cb8.zip
Release 10.71.00
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2588 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/pi3-roundtrip.test')
-rwxr-xr-xtest/pi3-roundtrip.test10
1 files changed, 2 insertions, 8 deletions
diff --git a/test/pi3-roundtrip.test b/test/pi3-roundtrip.test
index cd4232eb..5700337d 100755
--- a/test/pi3-roundtrip.test
+++ b/test/pi3-roundtrip.test
@@ -1,11 +1,7 @@
+#! /bin/bash
 # This script tests: pbmtopi3 pi3topbm
 # Also requires: pbmmake pamcut
 
-  alias pbmtopi3="${PBM_TESTPREFIX}pbmtopi3"
-  alias pi3topbm="${PBM_TESTPREFIX}pi3topbm"
-  alias pbmmake="${PBM_BINPREFIX}pbmmake"
-  alias pamcut="${PBM_BINPREFIX}pamcut"
-  shopt -s expand_aliases
 
 # The pi3 image format specifies a fixed image size of 640x400.
 # Pbmtopi3 rejects images that do not conform.
@@ -14,9 +10,7 @@
 # Should print: 3139449799 32011
 pbmmake -g 640 400 | pbmtopi3 | pi3topbm | cksum
 
-# Test 2. 
+# Test 2.
 # Should print: 2425386270 41
 pamcut -pad 0 0 640 400 testgrid.pbm | \
   pbmtopi3 | pi3topbm | pamcut 0 0 14 16 | cksum
-
-