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

/freebsd-11-stable/contrib/ntp/sntp/tests/
H A Dt-log.c53 char testString[256] = "12345 ABC"; local
63 msyslog(LOG_ERR, "%s", testString);
79 x = strstr(line,testString);
84 //TEST_ASSERT_EQUAL_STRING(testString,line); //doesn't work, line is dynamic because the process name is random.

Completed in 54 milliseconds