]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests/sys/netgraph/ng_macfilter_test: Fix invalid TAP output
authorAlex Richardson <arichardson@FreeBSD.org>
Fri, 12 Mar 2021 17:35:24 +0000 (17:35 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Wed, 17 Mar 2021 22:22:50 +0000 (22:22 +0000)
commit13c808e49c3b340734433a3b029bab1cee810754
treea47f1ff23926e4cb756ebc892fb293acdf42ccee
parentc4a6d3b183af4f34ddd7637eeb8e2ad2008f914c
tests/sys/netgraph/ng_macfilter_test: Fix invalid TAP output

This should allow the test to pass in Jenkins. Testing it locally now
reports "passed" instead of "invalid TAP data".

While touching this file also fix some shellcheck warnings that were
pointed out by my IDE.

Reviewed By: lwhsu, afedorov
Differential Revision: https://reviews.freebsd.org/D29054

(cherry picked from commit 65f4ff4e68afc3867781dfc8cd4faf2a8be1c74f)
tests/sys/netgraph/ng_macfilter_test.sh