summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0014chain_1
blob: 40cea8b21448410abeaad3b00dd308e07cab32d2 (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