X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fcommon_test.c;h=4d2ccaa338d22b31a76d599a94c610b267f5263f;hb=8fd8f76dc11064e75e44448d16d35e09e46191a2;hp=67d800e7105379f54cd9e9c2d3b209217a4c81ee;hpb=7f38ca96e3a54a4b02475f857c7d79c6a1257ada;p=collectd.git diff --git a/src/daemon/common_test.c b/src/daemon/common_test.c index 67d800e7..4d2ccaa3 100644 --- a/src/daemon/common_test.c +++ b/src/daemon/common_test.c @@ -359,7 +359,6 @@ DEF_TEST(value_to_rate) { int main(void) { RUN_TEST(sstrncpy); - RUN_TEST(ssnprintf); RUN_TEST(sstrdup); RUN_TEST(strsplit); RUN_TEST(strjoin);