blob: 2ca3d4b3d3225d3b28249a0f35159392e984a86f (
plain) (
blame)
1
2
3
4
5
6
|
#! /bin/bash
# This script tests: pbmtomgr mgrtopbm
# Also requires:
# Should print 2425386270 41, cksum of testgrid.pbm
${PBM_TESTPREFIX}pbmtomgr testgrid.pbm | ${PBM_TESTPREFIX}mgrtopbm | cksum
|