summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/include/0016maxdepth_0
blob: 89eb13c4f710ece7cd54303ba74e23295a80cfde (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

tmpfile=$(mktemp)

echo 'include "/tmp/rules.nft"' > $tmpfile
$NFT -f $tmpfile || exit 0