about summary refs log tree commit diff
path: root/test/g3-roundtrip.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-01-15 17:30:58 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-01-15 17:30:58 +0000
commitfc4f292f60ab17b24bbf2908626c103fbbcb83f9 (patch)
tree2eb8eb09fd0c86b6f0bf456bd9637d3357053df2 /test/g3-roundtrip.test
parenta05f13ac5011d448e1b58f64eca4c97b6ee2dbed (diff)
downloadnetpbm-mirror-fc4f292f60ab17b24bbf2908626c103fbbcb83f9.tar.gz
netpbm-mirror-fc4f292f60ab17b24bbf2908626c103fbbcb83f9.tar.xz
netpbm-mirror-fc4f292f60ab17b24bbf2908626c103fbbcb83f9.zip
miscellaneous test updates
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4246 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/g3-roundtrip.test')
-rwxr-xr-xtest/g3-roundtrip.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/g3-roundtrip.test b/test/g3-roundtrip.test
index f35c4935..2736c09a 100755
--- a/test/g3-roundtrip.test
+++ b/test/g3-roundtrip.test
@@ -11,7 +11,7 @@ pagemax_pbm=${tmpdir}/pagemax.pbm
 
 echo "Test 1.  Should print 0 0 0 : 0 or 0 0 0 0 : 0 total three times"
 
-width=$(pamfile -size maze.pbm | cut -d" " -f1)
+width=$(pamfile -size maze.pbm | cut -d " " -f 1) 
 
 pbmtog3 -nofixedwidth maze.pbm | \
 g3topbm -width=${width} | cmp -s - maze.pbm