Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143203355
D30713.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
D30713.diff
View Options
diff --git a/tests/sys/netgraph/basic.c b/tests/sys/netgraph/basic.c
--- a/tests/sys/netgraph/basic.c
+++ b/tests/sys/netgraph/basic.c
@@ -73,6 +73,13 @@
ng_mkpeer(".", "a", "hub", "a");
ng_name("a", "test hub");
+ ng_errors(PASS);
+ ng_name("a", "test hub");
+ ng_errors(FAIL);
+ if (errno == EADDRINUSE)
+ atf_tc_expect_fail("PR241954");
+ ATF_CHECK_ERRNO(0, 1);
+ atf_tc_expect_pass();
ng_connect(".", "b", "test hub:", "b");
ng_connect(".", "c", "test hub:", "c");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 28, 9:48 AM (36 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28065031
Default Alt Text
D30713.diff (483 B)
Attached To
Mode
D30713: tests/netgraph: Check for PR241954
Attached
Detach File
Event Timeline
Log In to Comment