Module Name:    src
Committed By:   hannken
Date:           Fri Jun  4 10:48:07 UTC 2021

Modified Files:
        src/tests/fs/nfs: t_mountd.c

Log Message:
Test "mountdhup" has to pass now.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/fs/nfs/t_mountd.c

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

Modified files:

Index: src/tests/fs/nfs/t_mountd.c
diff -u src/tests/fs/nfs/t_mountd.c:1.7 src/tests/fs/nfs/t_mountd.c:1.8
--- src/tests/fs/nfs/t_mountd.c:1.7	Tue Jul 16 17:29:17 2019
+++ src/tests/fs/nfs/t_mountd.c	Fri Jun  4 10:48:07 2021
@@ -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 @@ ATF_TC_BODY(mountdhup, tc)
 
 	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)

Reply via email to