From 8cd418cff0eae8d2190a165202f1efb9f0cb9046 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 2 Dec 2017 03:00:57 +0000 Subject: Make tests work on Mac OS git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3096 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/ppmrough.test | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'test/ppmrough.test') diff --git a/test/ppmrough.test b/test/ppmrough.test index cf948f9f..bd4211a3 100755 --- a/test/ppmrough.test +++ b/test/ppmrough.test @@ -2,16 +2,5 @@ # This script tests: ppmrough # Also requires: -testrandom -q -case $? in - 81) - # Should print: 378403602 30015 - ppmrough -randomseed 1 | cksum - ;; - - 8[02-9] | 90) - echo "Skipping: random number generator is not glibc." 1>&2 - exit 80;; - - *) exit 1;; # testrandom failed -esac +# Should print: 378403602 30015 (Glibc and MAC OS) +ppmrough -randomseed 1 | cksum -- cgit 1.4.1