diff options
Diffstat (limited to 'tests/shell/testcases/sets/0073destroy_0')
-rwxr-xr-x | tests/shell/testcases/sets/0073destroy_0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/testcases/sets/0073destroy_0 b/tests/shell/testcases/sets/0073destroy_0 new file mode 100755 index 00000000..a9d65a55 --- /dev/null +++ b/tests/shell/testcases/sets/0073destroy_0 @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +$NFT add table x + +$NFT destroy set x s |