From 78385c2e2e89292382db22f62597d4b84ca3cbc1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 23 May 2011 20:18:24 -0700 Subject: [PATCH] Un-TODO a test on Snow Leopard Snow Leopard is Darwin 10, which compares less than 6 lexicographically. --- ext/POSIX/t/posix.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/POSIX/t/posix.t b/ext/POSIX/t/posix.t index 32382e8..c60a5ac 100644 --- a/ext/POSIX/t/posix.t +++ b/ext/POSIX/t/posix.t @@ -116,7 +116,7 @@ SKIP: { sleep 1; $todo = 1 if ($^O eq 'freebsd') - || ($^O eq 'darwin' && $Config{osvers} lt '6.6'); + || ($^O eq 'darwin' && $Config{osvers} < '6.6'); printf "%s 11 - masked SIGINT received %s\n", $sigint_called ? "ok" : "not ok", $todo ? $why_todo : ''; -- 1.8.3.1