diff options
Diffstat (limited to 'test/xpm-roundtrip.test')
-rwxr-xr-x | test/xpm-roundtrip.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/xpm-roundtrip.test b/test/xpm-roundtrip.test index fd0253b1..6e3e415b 100755 --- a/test/xpm-roundtrip.test +++ b/test/xpm-roundtrip.test @@ -1,9 +1,9 @@ -#! /bin/bash +#! /bin/sh # This script tests: ppmtoxpm xpmtoppm # Also requires: pgmtopbm ppmtopgm #ppmtoxpm -hexonly testimg.ppm | \ # xpmtoppm | cksum -ppmtoxpm testgrid.pbm | xpmtoppm | \ +ppmtoxpm maze.pbm | xpmtoppm | \ ppmtopgm | pgmtopbm -th -value=0.5 | cksum |