about summary refs log tree commit diff
path: root/test/ppmforge.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-12-30 20:35:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-12-30 20:35:00 +0000
commit8c46a4c67e321801d99078a7fb22af6a20e4aa7b (patch)
treeba5d6e4eceb646d9892859b384f78d579a75bb66 /test/ppmforge.test
parenta24369691a810b5cb4f929618b080d82c8200938 (diff)
downloadnetpbm-mirror-8c46a4c67e321801d99078a7fb22af6a20e4aa7b.tar.gz
netpbm-mirror-8c46a4c67e321801d99078a7fb22af6a20e4aa7b.tar.xz
netpbm-mirror-8c46a4c67e321801d99078a7fb22af6a20e4aa7b.zip
Copy Development as new Advanced
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3104 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/ppmforge.test')
-rwxr-xr-xtest/ppmforge.test17
1 files changed, 3 insertions, 14 deletions
diff --git a/test/ppmforge.test b/test/ppmforge.test
index 65280d14..3ebea88c 100755
--- a/test/ppmforge.test
+++ b/test/ppmforge.test
@@ -4,17 +4,6 @@
 
 # Use small x y values to avoid floating point issues.
 
-
-testrandom -q
-case $? in
-   81)
-      # Test 1: Should print: 3634219838 196623
-      ppmforge -night -seed 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: 3634219838 196623 (Glibc)
+#               3262664440 196623 (MAC OS)
+ppmforge -night -seed 1 | cksum