aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-06-26 15:55:20 +0200
committerAngelo Naselli <anaselli@linux.it>2014-06-26 15:55:20 +0200
commit5710eff927a1b24f449bc9e91ec7022176b794b5 (patch)
treea5b43e07e04470b2ec4c6e8e56b57865bd4b4add /t
parent622413fa7640e09c9346a9c70c84c6b81ed87895 (diff)
downloadcolin-keep-5710eff927a1b24f449bc9e91ec7022176b794b5.tar
colin-keep-5710eff927a1b24f449bc9e91ec7022176b794b5.tar.gz
colin-keep-5710eff927a1b24f449bc9e91ec7022176b794b5.tar.bz2
colin-keep-5710eff927a1b24f449bc9e91ec7022176b794b5.tar.xz
colin-keep-5710eff927a1b24f449bc9e91ec7022176b794b5.zip
wrong sequence
Diffstat (limited to 't')
-rw-r--r--t/04-Shared_TimeZone.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/04-Shared_TimeZone.t b/t/04-Shared_TimeZone.t
index d0d08d2..1a8782b 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;