diff options
Diffstat (limited to 'tests/shell/testcases/chains/0044chain_destroy_0')
-rwxr-xr-x | tests/shell/testcases/chains/0044chain_destroy_0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/testcases/chains/0044chain_destroy_0 b/tests/shell/testcases/chains/0044chain_destroy_0 new file mode 100755 index 00000000..070021cf --- /dev/null +++ b/tests/shell/testcases/chains/0044chain_destroy_0 @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +$NFT add table t + +$NFT destroy chain t nochain |