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/8ac8f2a8565e
branches: trunk
changeset: 379518:8ac8f2a8565e
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 76805ea57808 -r 8ac8f2a8565e 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 @@ 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)
Home |
Main Index |
Thread Index |
Old Index