blob: 410ba8976316a74bfcfe394c0018918894ee5c51 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#! /bin/bash
# This script tests: pgmtofs fstopgm
# Also requires: ppmtopgm
# Should produce 2871603838 33838, cksum of testimg.pgm
${PBM_BINPREFIX}ppmtopgm testimg.ppm | \
${PBM_TESTPREFIX}pgmtofs | ${PBM_TESTPREFIX}fstopgm | cksum
|