projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c09de
)
Fix left ssnprintf in test
author
rmakulov
<rustam.makulov@axibase.com>
Mon, 17 Jul 2017 09:12:45 +0000
(12:12 +0300)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Fri, 20 Oct 2017 12:32:02 +0000
(19:32 +0700)
src/daemon/common_test.c
patch
|
blob
|
history
diff --git
a/src/daemon/common_test.c
b/src/daemon/common_test.c
index
67d800e
..
4d2ccaa
100644
(file)
--- 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);