summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/0044chain_destroy_0
blob: 8384da66a5b0dc76ce988a0046bfcb1b644fe295 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

$NFT add table t

# pass for non-existent chain
$NFT destroy chain t c

# successfully delete existing chain
$NFT add chain t c
$NFT destroy chain t c