summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/table_flag_persist.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/table_flag_persist.nft')
-rw-r--r--tests/shell/features/table_flag_persist.nft3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/shell/features/table_flag_persist.nft b/tests/shell/features/table_flag_persist.nft
new file mode 100644
index 00000000..0da3e6d4
--- /dev/null
+++ b/tests/shell/features/table_flag_persist.nft
@@ -0,0 +1,3 @@
+table t {
+ flags persist;
+}