mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
make it work with more shells
svn:r86
This commit is contained in:
parent
98af43a351
commit
1d66008bbf
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
function setup {
|
||||
|
||||
setup () {
|
||||
export EVENT_NOKQUEUE=yes
|
||||
export EVENT_NOPOLL=yes
|
||||
export EVENT_NOSELECT=yes
|
||||
@ -7,7 +8,7 @@ function setup {
|
||||
export EVENT_NORTSIG=yes
|
||||
}
|
||||
|
||||
function test {
|
||||
test () {
|
||||
if ! ./test-init 2>/dev/null ;
|
||||
then
|
||||
echo Skipping test
|
||||
|
Loading…
x
Reference in New Issue
Block a user