about summary refs log tree commit homepage
path: root/t/select.t
diff options
context:
space:
mode:
Diffstat (limited to 't/select.t')
-rw-r--r--t/select.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/select.t b/t/select.t
new file mode 100644
index 00000000..e8032c5a
--- /dev/null
+++ b/t/select.t
@@ -0,0 +1,4 @@
+# Copyright (C) all contributors <meta@public-inbox.org>
+use v5.12;
+local $ENV{TEST_IOPOLLER} = 'PublicInbox::Select';
+require './t/ds-poll.t';