about summary refs log tree commit diff
path: root/test/xbm-roundtrip.test
blob: 3f06e9a5bbe5cf4b17347a63c7cbda69d5380828 (plain) (blame)
1
2
3
4
5
6
7
8
#! /bin/bash
# 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