Module Name:    src
Committed By:   riastradh
Date:           Sat Aug  5 13:25:26 UTC 2023

Modified Files:
        src/tests/net/inpcb: t_inpcb_bind.sh

Log Message:
tests/net/inpcb: Tests require root.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/inpcb/t_inpcb_bind.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/inpcb/t_inpcb_bind.sh
diff -u src/tests/net/inpcb/t_inpcb_bind.sh:1.1 src/tests/net/inpcb/t_inpcb_bind.sh:1.2
--- src/tests/net/inpcb/t_inpcb_bind.sh:1.1	Thu Nov 17 08:40:23 2022
+++ src/tests/net/inpcb/t_inpcb_bind.sh	Sat Aug  5 13:25:26 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: t_inpcb_bind.sh,v 1.1 2022/11/17 08:40:23 ozaki-r Exp $
+#	$NetBSD: t_inpcb_bind.sh,v 1.2 2023/08/05 13:25:26 riastradh Exp $
 #
 # Copyright (c) 2022 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -70,6 +70,7 @@ add_test()
 	eval "${name}_head() {
 			atf_set descr \"${desc}\"
 			atf_set require.progs rump_server
+			atf_set require.user root
 		}
 	    ${name}_body() {
 			test_${name}

Reply via email to