Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157626153
D29054.id85114.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
762 B
Referenced Files
None
Subscribers
None
D29054.id85114.diff
View Options
Index: tests/sys/netgraph/ng_macfilter_test.sh
===================================================================
--- tests/sys/netgraph/ng_macfilter_test.sh
+++ tests/sys/netgraph/ng_macfilter_test.sh
@@ -96,7 +96,7 @@
TSTFAILS=0
TSTSUCCS=0
-_test_next () { TSTNR=$(($TSTNR + 1)); }
+_test_next () { TSTNR=$((TSTNR + 1)); }
_test_succ () { TSTSUCCS=$(($TSTSUCCS + 1)); }
_test_fail () { TSTFAILS=$(($TSTFAILS + 1)); }
@@ -229,7 +229,8 @@
created_hooks=$(gethooks)
rc=0
-test_cnt
+# Update this number when adding new tests
+test_cnt 46
################################################################################
@@ -425,6 +426,5 @@
################################################################################
-test_cnt
exit 0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 24, 1:56 PM (10 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33473689
Default Alt Text
D29054.id85114.diff (762 B)
Attached To
Mode
D29054: tests/sys/netgraph/ng_macfilter_test: Fix invalid TAP output
Attached
Detach File
Event Timeline
Log In to Comment