From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 29 Apr 2021 19:12:56 +0200 Subject: [LTP] [PATCH v3] network/sit01.sh: Replace tst_res with tst_brk In-Reply-To: <20210429022839.24503-1-zhaogongyi@huawei.com> References: <20210429022839.24503-1-zhaogongyi@huawei.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi, > +++ b/testcases/network/virt/sit01.sh > - [ -n "$TST_IPV6" ] && tst_res TBROK "invalid option '-6' for sit tunnel" > + [ -n "$TST_IPV6" ] && tst_brk TBROK "invalid option '-6' for sit tunnel" Merged, thanks! Kind regards, Petr