Searched refs:with_utc (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-date.c60 _cleanup_free_ char *with_utc; local
63 with_utc = strjoin(p, " UTC", NULL);
65 test_should_pass(with_utc);
69 _cleanup_free_ char *with_utc; local
72 with_utc = strjoin(p, " UTC", NULL);
74 test_should_fail(with_utc);

Completed in 1186 milliseconds