about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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