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