about summary refs log tree commit diff
path: root/test/jbig-roundtrip.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/jbig-roundtrip.test')
-rwxr-xr-xtest/jbig-roundtrip.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/jbig-roundtrip.test b/test/jbig-roundtrip.test
index 570d7336..11cd1778 100755
--- a/test/jbig-roundtrip.test
+++ b/test/jbig-roundtrip.test
@@ -1,9 +1,9 @@
-#! /bin/bash
+#! /bin/sh
 # This script tests: pnmtojbig jbigtopnm
 # Also requires: pamchannel pamtopnm
 
-# Test 1.  Should print 2425386270 41
-pnmtojbig testgrid.pbm | jbigtopnm | cksum
+# Test 1.  Should print 281226646 481
+pnmtojbig maze.pbm | jbigtopnm | cksum
 
 # Test 2.  Should print 1571496937 33838
 pamchannel -infile=testimg.ppm -tupletype="GRAYSCALE" 0 | pamtopnm | \