From be71d9f416a205d4dd977b93f5f96f97e8628cca Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 3 Feb 2022 01:26:10 +0000 Subject: Add stdin tests, et al git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4272 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/xbm-roundtrip.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/xbm-roundtrip.test') diff --git a/test/xbm-roundtrip.test b/test/xbm-roundtrip.test index 3f06e9a5..a8754150 100755 --- a/test/xbm-roundtrip.test +++ b/test/xbm-roundtrip.test @@ -1,8 +1,8 @@ -#! /bin/bash +#! /bin/sh # This script tests: pbmtoxbm xbmtopbm # Also requires: echo "Test. Should print 281226646 481 twice" pbmtoxbm maze.pbm | xbmtopbm | cksum -pbmtoxbm -x10 maze.pbm | xbmtopbm | cksum +pbmtoxbm -x10 < maze.pbm | xbmtopbm | cksum -- cgit 1.4.1