about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-30 21:31:23 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-30 21:31:23 +0000
commitcfe9a6d38533d380112f2b99bea9a1a3664f0395 (patch)
treef10f438f1f814a63c4ee3feedc937a2f73cdc71c
parent983722912028f35348c8ff276df48855281be715 (diff)
downloadrainbows-cfe9a6d38533d380112f2b99bea9a1a3664f0395.tar.gz
The latest Linux series is now 3.x, not 2.6.x
-rw-r--r--t/test-lib.sh3
1 files changed, 3 insertions, 0 deletions
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