blob: 0c244c5a55b95bb336b616175ee9797487b6a382 (
plain) (
blame)
1
2
3
4
5
6
|
#! /bin/bash
# This script tests: pamtofits fitstopnm
# Also requires:
# Should produce 1926073387 101484, cksum of testimg.ppm
${PBM_TESTPREFIX}pamtofits testimg.ppm | ${PBM_TESTPREFIX}fitstopnm | cksum
|