Fix sentinel FD leak test, checking the wrong OS name (#8364)
This commit is contained in:
parent
1be29606c5
commit
6401920d70
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OS=`uname -s`
|
||||
if [ ${OS} == "Linux" ]
|
||||
if [ ${OS} != "Linux" ]
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user