summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_heavy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/test_heavy.c')
-rw-r--r--tests/lib/test_heavy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_heavy.c b/tests/lib/test_heavy.c
index 1ba7b9a20..79f09b9d4 100644
--- a/tests/lib/test_heavy.c
+++ b/tests/lib/test_heavy.c
@@ -88,7 +88,7 @@ DEFUN (clear_foo,
char *str;
if (!argc)
{
- vty_out (vty, "%% string argument required%s", VTY_NEWLINE);
+ vty_outln (vty, "%% string argument required");
return CMD_WARNING;
}