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>
Fri, 12 Mar 2021 17:35:26 +0000 (17:35 +0000)
commit65f4ff4e68afc3867781dfc8cd4faf2a8be1c74f
tree3fdcd9f5aa892592c022e1f8b3f4158bf706cebb
parentfe525d3f916602ddac3286641dab8f5e274daa44
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
tests/sys/netgraph/ng_macfilter_test.sh