Blame tests/shell/testcases/optionals/comments_0

Packit c5a612
#!/bin/bash
Packit c5a612
Packit c5a612
# comments are shown
Packit c5a612
Packit c5a612
$NFT add table test
Packit c5a612
$NFT add chain test test
Packit c5a612
$NFT add rule test test tcp dport 22 counter accept comment test_comment
Packit Service 095fa0
$NFT -a list table test | grep 'accept comment \"test_comment\"' >/dev/null