summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/parsing/describe
blob: 2ee072e820fdf75f489c4d14b50b32857c19f414 (plain)
1
2
3
4
5
6
7
#!/bin/bash

errmsg='Error: unknown ip option type/field'

str=$($NFT describe ip option rr value 2>&1 | head -n 1)

[ "$str" = "$errmsg" ] && exit 0