summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0014chain_1
blob: 802a7e63a937c4f61c172c55772b2e1b093d37a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

RULESET="add table x
add chain x y
delete chain x y
delete chain x y"

$NFT -f - <<< "$RULESET" 2>/dev/null
echo "E: allowing double-removal of chain" >&2