blob: b3361dc4b01f297b959ce0faf844f4202f61b95f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/bash
# This script tests: pgmhist
# Also requires: pgmramp
# Ignore differences in spaces.
${PBM_BINPREFIX}pgmramp -maxval=8 -lr 8 2 | ${PBM_TESTPREFIX}pgmhist | \
sed -e 's/ */ /g' -e 's/ *$//'
${PBM_TESTPREFIX}pgmhist testgrid.pbm | \
sed -e 's/ */ /g' -e 's/ *$//'
|