Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6401920d
Unverified
Commit
6401920d
authored
Jan 20, 2021
by
Andy Pan
Committed by
GitHub
Jan 20, 2021
Browse files
Fix sentinel FD leak test, checking the wrong OS name (#8364)
parent
1be29606
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/sentinel/tests/includes/notify.sh
View file @
6401920d
#!/usr/bin/env bash
#!/usr/bin/env bash
OS
=
`
uname
-s
`
OS
=
`
uname
-s
`
if
[
${
OS
}
=
=
"Linux"
]
if
[
${
OS
}
!
=
"Linux"
]
then
then
exit
0
exit
0
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment