From 87ab219c31906bafd3e7cdb71138c75a32d91210 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 5 Apr 2008 11:21:51 +0000 Subject: [PATCH] fixed count of skipped tests. --- t/02_ca.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02_ca.t b/t/02_ca.t index 082faf2..e65ee03 100644 --- a/t/02_ca.t +++ b/t/02_ca.t @@ -29,7 +29,7 @@ ok($ca, 'new CA 2'); SKIP: { - skip "not running as root", 1 unless $> == 0; + skip "not running as root", 5 unless $> == 0; mkdir "/var/tmp/simba_test"; mkdir "/var/tmp/simba_test/d1"; mkdir "/var/tmp/simba_test/d2";