Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs unpriv owner test now pass for sysvbfs.



details:   https://anonhg.NetBSD.org/src/rev/6293e9687018
branches:  trunk
changeset: 773088:6293e9687018
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Jan 27 21:53:50 2012 +0000

description:
unpriv owner test now pass for sysvbfs.

diffstat:

 tests/fs/vfs/t_unpriv.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4b168ad5fcf2 -r 6293e9687018 tests/fs/vfs/t_unpriv.c
--- a/tests/fs/vfs/t_unpriv.c   Fri Jan 27 21:46:42 2012 +0000
+++ b/tests/fs/vfs/t_unpriv.c   Fri Jan 27 21:53:50 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_unpriv.c,v 1.2 2011/10/08 13:00:55 njoly Exp $       */
+/*     $NetBSD: t_unpriv.c,v 1.3 2012/01/27 21:53:50 njoly Exp $       */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #include "../../h_macros.h"
 
 #define USES_OWNER                                                      \
-       if (FSTYPE_SYSVBFS(tc) || FSTYPE_MSDOS(tc) || FSTYPE_RUMPFS(tc)) \
+       if (FSTYPE_MSDOS(tc) || FSTYPE_RUMPFS(tc)) \
            atf_tc_skip("owner not supported by file system")
 
 static void



Home | Main Index | Thread Index | Old Index