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