$OpenBSD: patch-unix_dev_openbsd_test_go,v 1.1 2018/03/14 14:17:59 jsing Exp $

OpenBSD now has symlinks for urandom/arandom.

Index: unix/dev_openbsd_test.go
--- unix/dev_openbsd_test.go.orig
+++ unix/dev_openbsd_test.go
@@ -27,8 +27,6 @@ func TestDevices(t *testing.T) {
 		{"/dev/ttyp1", 5, 1},
 		{"/dev/random", 45, 0},
 		{"/dev/srandom", 45, 1},
-		{"/dev/urandom", 45, 2},
-		{"/dev/arandom", 45, 3},
 	}
 	for _, tc := range testCases {
 		t.Run(fmt.Sprintf("%s %v:%v", tc.path, tc.major, tc.minor), func(t *testing.T) {
