From c6c1ba8f64fec7df808ffc1b971e9a67747d150e Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 25 May 2017 10:26:29 -0400 Subject: test-timesync: add first test for timesyncd conf parsing We parse the string supplied in NTP_SERVERS during configuration under an assert_se(). Right now we will accept pretty much anything there, but in case we are more picky in the future, add a simple test which checks that we can actually parse whatever is in NTP_SERVERS so that we don't fail the assertion at runtime. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f0485330b5..60eda2b8ce 100644 --- a/.gitignore +++ b/.gitignore @@ -293,6 +293,7 @@ /test-tables /test-terminal-util /test-time +/test-timesync /test-tmpfiles /test-udev /test-uid-range -- cgit v1.2.3