Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/vfs Apparently I fixed t_unpriv:zfs_owner and didn'...
details: https://anonhg.NetBSD.org/src/rev/126e09c64e09
branches: trunk
changeset: 337286:126e09c64e09
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Apr 09 19:51:13 2015 +0000
description:
Apparently I fixed t_unpriv:zfs_owner and didn't notice.
diffstat:
tests/fs/vfs/t_unpriv.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 831b2773cd60 -r 126e09c64e09 tests/fs/vfs/t_unpriv.c
--- a/tests/fs/vfs/t_unpriv.c Thu Apr 09 19:47:05 2015 +0000
+++ b/tests/fs/vfs/t_unpriv.c Thu Apr 09 19:51:13 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_unpriv.c,v 1.11 2014/08/29 17:39:18 gson Exp $ */
+/* $NetBSD: t_unpriv.c,v 1.12 2015/04/09 19:51:13 riastradh Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -55,8 +55,6 @@
rump_pub_lwproc_rfork(RUMP_RFCFDG);
if (rump_sys_setuid(1) == -1)
atf_tc_fail_errno("setuid");
- if (FSTYPE_ZFS(tc))
- atf_tc_expect_fail("PR kern/47656: Test known to be broken");
if (rump_sys_chown(".", 1, -1) != -1 || errno != EPERM)
atf_tc_fail_errno("chown");
if (rump_sys_chmod(".", 0000) != -1 || errno != EPERM)
Home |
Main Index |
Thread Index |
Old Index