From cfe9a6d38533d380112f2b99bea9a1a3664f0395 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 May 2011 21:31:23 +0000 Subject: test-lib: enable splice(2) for Linux 3.x The latest Linux series is now 3.x, not 2.6.x --- t/test-lib.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 't') diff --git a/t/test-lib.sh b/t/test-lib.sh index 2f02cf1..55deb41 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -218,6 +218,9 @@ check_splice () { exit 0 fi ;; + [3-9].*) + # OK + ;; *) t_info "skipping $T (Linux $uname_r < 2.6.$min)" exit 0 -- cgit v1.2.3-24-ge0c7