From 1d66008bbf3ce97ec23e7193cb4daefda06d1955 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sun, 5 Oct 2003 22:02:49 +0000 Subject: [PATCH] make it work with more shells svn:r86 --- test/test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test.sh b/test/test.sh index a79d0cc9..f76dc2a7 100755 --- a/test/test.sh +++ b/test/test.sh @@ -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