blob: a87541508b612967adb19d95700a66e8d5de51c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#! /bin/sh
# This script tests: pbmtoxbm xbmtopbm
# Also requires:
echo "Test. Should print 281226646 481 twice"
pbmtoxbm maze.pbm | xbmtopbm | cksum
pbmtoxbm -x10 < maze.pbm | xbmtopbm | cksum
|