diff mbox series

[ovs-dev,05/12] tests: Fixed typo in macros

Message ID 20221202135137.1728564-6-xsimonar@redhat.com
State Accepted
Headers show
Series Fixes to multiple Unit and System Tests | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Xavier Simonart Dec. 2, 2022, 1:51 p.m. UTC
This did not cause any tests to fail but caused errors in log files

Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
---
 tests/system-kmod-macros.at | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/system-kmod-macros.at b/tests/system-kmod-macros.at
index f494af5f5..787a59c97 100644
--- a/tests/system-kmod-macros.at
+++ b/tests/system-kmod-macros.at
@@ -66,7 +66,6 @@  m4_define([CHECK_CONNTRACK],
                 ])
      sysctl -w net.netfilter.nf_conntrack_helper=0
      on_exit 'ovstest test-netlink-conntrack flush'
-    ]
 )
 
 # CHECK_CONNTRACK_ALG()