Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/nfs Test "mountdhup" has to pass now.



details:   https://anonhg.NetBSD.org/src/rev/41f7485f4ee0
branches:  trunk
changeset: 983742:41f7485f4ee0
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Jun 04 10:48:07 2021 +0000

description:
Test "mountdhup" has to pass now.

diffstat:

 tests/fs/nfs/t_mountd.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 638b1bf8b8af -r 41f7485f4ee0 tests/fs/nfs/t_mountd.c
--- a/tests/fs/nfs/t_mountd.c   Fri Jun 04 10:46:57 2021 +0000
+++ b/tests/fs/nfs/t_mountd.c   Fri Jun 04 10:48:07 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_mountd.c,v 1.7 2019/07/16 17:29:17 martin Exp $      */
+/*     $NetBSD: t_mountd.c,v 1.8 2021/06/04 10:48:07 hannken Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -105,11 +105,8 @@
 
        FSTEST_DESTRUCTOR(tc, nfs, voidargs);
 
-       atf_tc_expect_fail("PR kern/5844");
        if (fail)
                atf_tc_fail("op failed with EACCES");
-       else
-               atf_tc_fail("race did not trigger this time");
 }
 
 ATF_TP_ADD_TCS(tp)



Home | Main Index | Thread Index | Old Index