summaryrefslogtreecommitdiff
path: root/common/tests/option_unittest.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tests/option_unittest.c')
-rw-r--r--common/tests/option_unittest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/tests/option_unittest.c b/common/tests/option_unittest.c
index 83e05689..36236b84 100644
--- a/common/tests/option_unittest.c
+++ b/common/tests/option_unittest.c
@@ -54,7 +54,6 @@ ATF_TC_BODY(option_refcnt, tc)
atf_tc_fail("option is NULL");
}
refcnt = option->refcnt;
- fprintf(stderr, "refcnt is %d\n", refcnt);
buffer[0] = 15;
buffer[1] = 255; /* invalid */