about summary refs log tree commit homepage
path: root/t/t0035-kgio-pipe-response.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0035-kgio-pipe-response.sh')
-rwxr-xr-xt/t0035-kgio-pipe-response.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0035-kgio-pipe-response.sh b/t/t0035-kgio-pipe-response.sh
index 97c3f2a..c4b1096 100755
--- a/t/t0035-kgio-pipe-response.sh
+++ b/t/t0035-kgio-pipe-response.sh
@@ -2,7 +2,7 @@
 . ./test-lib.sh
 test -r random_blob || die "random_blob required, run with 'make $0'"
 case $model in
-*Fiber* ) ;;
+*Fiber*|Epoll) ;;
 *)
         t_info "skipping $T since it's not compatible with $model"
         exit 0