about summary refs log tree commit diff
path: root/test/ppmrough.test
blob: cf948f9fbfb64676049ee0bb44bc2837a75cef39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/bash
# 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