mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
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.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -293,6 +293,7 @@
|
||||
/test-tables
|
||||
/test-terminal-util
|
||||
/test-time
|
||||
/test-timesync
|
||||
/test-tmpfiles
|
||||
/test-udev
|
||||
/test-uid-range
|
||||
|
Reference in New Issue
Block a user