Signed-off-by: Justin Pettit <jpet...@ovn.org>
---
 tests/test-rstp.c | 2 +-
 tests/test-stp.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test-rstp.c b/tests/test-rstp.c
index 7bcff83f3ab6..01aeaf847838 100644
--- a/tests/test-rstp.c
+++ b/tests/test-rstp.c
@@ -467,7 +467,7 @@ test_rstp_main(int argc, char *argv[])
     vlog_set_levels(NULL, VLF_SYSLOG, VLL_OFF);
 
     if (argc != 2) {
-        ovs_fatal(0, "usage: test-rstp INPUT.RSTP\n");
+        ovs_fatal(0, "usage: test-rstp INPUT.RSTP");
     }
     file_name = argv[1];
 
diff --git a/tests/test-stp.c b/tests/test-stp.c
index c072108c7e12..c85c99d67385 100644
--- a/tests/test-stp.c
+++ b/tests/test-stp.c
@@ -446,7 +446,7 @@ test_stp_main(int argc, char *argv[])
     vlog_set_levels(NULL, VLF_SYSLOG, VLL_OFF);
 
     if (argc != 2) {
-        ovs_fatal(0, "usage: test-stp INPUT.STP\n");
+        ovs_fatal(0, "usage: test-stp INPUT.STP");
     }
     file_name = argv[1];
 
-- 
2.7.4

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to