about summary refs log tree commit diff
path: root/test/pbmtext.test
blob: dffb2cb43996289ef94cff931c1c0993b5eb666b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash
# This script tests: pbmtext
# Also requires:


for i in 0123456789 abcdefghijk lmnopqrst uzwxyz ABCDEFGHIJK LMNOPQRST UVWXYZ
do
for flags in "" "-nom" "-builtin fixed"
do
echo $i | pbmtext $flags | cksum
done
done