]> git.proxmox.com Git - mirror_ovs.git/blobdiff - tests/test-stp.c
system-afxdp.at: Add test for infinite re-addition of failed ports.
[mirror_ovs.git] / tests / test-stp.c
index ce3b689b8465c3a7e5a445d775b58e56f57f147d..c85c99d67385db2ee8890cc5cc789010248a8277 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include "dp-packet.h"
-#include "ofpbuf.h"
+#include "openvswitch/ofpbuf.h"
 #include "ovstest.h"
 #include "packets.h"
 #include "openvswitch/vlog.h"
@@ -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];