From ccfc548cc8507b16397f674cbb0a8911781e27b4 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 12 Dec 2012 03:43:47 +0000 Subject: various changes to test facility git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1806 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/411toppm.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 test/411toppm.test (limited to 'test/411toppm.test') diff --git a/test/411toppm.test b/test/411toppm.test new file mode 100755 index 00000000..ce374f29 --- /dev/null +++ b/test/411toppm.test @@ -0,0 +1,12 @@ +#! /bin/bash +# This script tests: 411toppm +# Also requires: + +# Test 1. should produce: 240376509 9229 +# The above value is what 411toppm has been always producing. +# 411toppm's author Steve Allen says he was not able to obtain accurate +# specifications for the .411 format. Technically, the above can change. +# +# See comment at head of source file 411toppm.c. + +head -c 4608 /dev/zero | ${PBM_TESTPREFIX}411toppm -quiet | cksum -- cgit 1.4.1