summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0020comments_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/dumps/0020comments_0.nft')
-rw-r--r--tests/shell/testcases/sets/dumps/0020comments_0.nft2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/sets/dumps/0020comments_0.nft b/tests/shell/testcases/sets/dumps/0020comments_0.nft
index d5330848..8b7d60aa 100644
--- a/tests/shell/testcases/sets/dumps/0020comments_0.nft
+++ b/tests/shell/testcases/sets/dumps/0020comments_0.nft
@@ -1,6 +1,6 @@
table inet t {
set s {
type inet_service
- elements = { ssh comment "test" }
+ elements = { 22 comment "test" }
}
}