summaryrefslogtreecommitdiffstats
path: root/tests/monitor/testcases/set-multiple.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/monitor/testcases/set-multiple.t')
-rw-r--r--tests/monitor/testcases/set-multiple.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/monitor/testcases/set-multiple.t b/tests/monitor/testcases/set-multiple.t
index d94f941b..ce919125 100644
--- a/tests/monitor/testcases/set-multiple.t
+++ b/tests/monitor/testcases/set-multiple.t
@@ -2,9 +2,9 @@
I add table ip t
O add table ip t
I add set ip t portrange { type inet_service; flags interval; }
-O add set ip t portrange { type inet_service;flags interval }
+O add set ip t portrange { type inet_service;flags interval; }
I add set ip t portrange2 { type inet_service; flags interval; }
-O add set ip t portrange2 { type inet_service;flags interval }
+O add set ip t portrange2 { type inet_service;flags interval; }
# make sure concurrent adds work
I add element ip t portrange { 1024-65535 }