From 5710eff927a1b24f449bc9e91ec7022176b794b5 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Thu, 26 Jun 2014 15:55:20 +0200 Subject: wrong sequence --- t/04-Shared_TimeZone.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/04-Shared_TimeZone.t b/t/04-Shared_TimeZone.t index d0d08d2c..1a8782bd 100644 --- a/t/04-Shared_TimeZone.t +++ b/t/04-Shared_TimeZone.t @@ -14,7 +14,7 @@ BEGIN { ok (my $h = $tz->readConfiguration(), 'readConfiguration'); ok (my $s = $tz->ntpCurrentServer(), 'currentNTPServer'); diag "ntpCurrentServer got: < " . ($s ? $s : "none") . " >"; - ok (my $a = ($tz->isNTPRunning() ? "not running" : "running"), 'isNTPRunning'); + ok (my $a = ($tz->isNTPRunning() ? "running" : "not running"), 'isNTPRunning'); diag "isNTPRunning got: < " . $a . " >"; done_testing; -- cgit v1.2.1