We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9933f8c commit 113407fCopy full SHA for 113407f
1 file changed
test/Test_Random/RunTest.sh
@@ -30,8 +30,8 @@ EOF
30
fi
31
32
UNITNAME='Test Stdlib RNG'
33
-# Stdlib rand implementation is different on windows
34
-CheckFor notos windows
+# Stdlib rand implementation is different on windows/osx
+CheckFor testos Linux
35
if [ $? -eq 0 ] ; then
36
cat > rng.in <<EOF
37
rng setdefault stdlib createset Stdlib settype int count 10 seed 10 out stdlib.dat
0 commit comments