From: rmakulov Date: Mon, 17 Jul 2017 09:12:45 +0000 (+0300) Subject: Fix left ssnprintf in test X-Git-Tag: collectd-5.8.0~33^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b6bbd0e4785b771b9e70777828dcb3a91fbdad50;p=collectd.git Fix left ssnprintf in test --- 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);