about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 21b5154..07dfec9 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -20,7 +20,7 @@ RUBY_ENGINE := $(shell $(RUBY) -e 'puts((RUBY_ENGINE rescue "ruby"))')
 export RUBY_VERSION RUBY_ENGINE
 
 ifeq (Linux,$(shell uname -s))
-  models += XAcceptEpoll
+  models += XEpoll
   models += Epoll
 endif
 models += WriterThreadPool