summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/reset_command_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/reset_command_0')
-rwxr-xr-xtests/shell/testcases/sets/reset_command_02
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/shell/testcases/sets/reset_command_0 b/tests/shell/testcases/sets/reset_command_0
index ad2e16a7..5e769fe6 100755
--- a/tests/shell/testcases/sets/reset_command_0
+++ b/tests/shell/testcases/sets/reset_command_0
@@ -1,5 +1,7 @@
#!/bin/bash
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_reset_set)
+
set -e
trap '[[ $? -eq 0 ]] || echo FAIL' EXIT