Skip to content

Commit 113407f

Browse files
authored
Only run the stdlib RNG test on Linux (#888)
1 parent 9933f8c commit 113407f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Test_Random/RunTest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ EOF
3030
fi
3131

3232
UNITNAME='Test Stdlib RNG'
33-
# Stdlib rand implementation is different on windows
34-
CheckFor notos windows
33+
# Stdlib rand implementation is different on windows/osx
34+
CheckFor testos Linux
3535
if [ $? -eq 0 ] ; then
3636
cat > rng.in <<EOF
3737
rng setdefault stdlib createset Stdlib settype int count 10 seed 10 out stdlib.dat

0 commit comments

Comments
 (0)