about summary refs log tree commit homepage
path: root/t/t0035-kgio-pipe-response.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-19 17:47:37 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-19 17:47:37 -0800
commitd59ea817d624478176212f27bb79976c371a9c6f (patch)
tree2cf69fe1be8b5ea4512a66002b1abcd5a404fcd9 /t/t0035-kgio-pipe-response.sh
parent5d5d31e7ed12a232e405a8456d08e974ac74299a (diff)
downloadrainbows-d59ea817d624478176212f27bb79976c371a9c6f.tar.gz
Or at least it should :)
Diffstat (limited to 't/t0035-kgio-pipe-response.sh')
-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"