Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/sbin/sysctl Remove xfail, as PR kern/44946 was fixed.



details:   https://anonhg.NetBSD.org/src/rev/03f471995484
branches:  trunk
changeset: 778009:03f471995484
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Mar 12 08:14:02 2012 +0000

description:
Remove xfail, as PR kern/44946 was fixed.

diffstat:

 tests/sbin/sysctl/t_perm.sh |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f09ffd929d4d -r 03f471995484 tests/sbin/sysctl/t_perm.sh
--- a/tests/sbin/sysctl/t_perm.sh       Mon Mar 12 03:04:56 2012 +0000
+++ b/tests/sbin/sysctl/t_perm.sh       Mon Mar 12 08:14:02 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_perm.sh,v 1.4 2011/05/11 22:08:12 njoly Exp $
+# $NetBSD: t_perm.sh,v 1.5 2012/03/12 08:14:02 jruoho Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -100,7 +100,7 @@
        clean
 }
 
-# kern.
+# kern (cf. closed PR kern/44946).
 #
 atf_test_case sysctl_kern cleanup
 sysctl_kern_head() {
@@ -109,7 +109,6 @@
 }
 
 sysctl_kern_body() {
-       atf_expect_fail "PR kern/44946"
        sysctl_write "kern"
 }
 



Home | Main Index | Thread Index | Old Index