Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs owner testcase now succeed with rumpfs.



details:   https://anonhg.NetBSD.org/src/rev/833b5e18c4d6
branches:  trunk
changeset: 773345:833b5e18c4d6
user:      njoly <njoly%NetBSD.org@localhost>
date:      Tue Jan 31 19:02:49 2012 +0000

description:
owner testcase now succeed with rumpfs.

diffstat:

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

diffs (18 lines):

diff -r 5e6cf7c56c1a -r 833b5e18c4d6 tests/fs/vfs/t_unpriv.c
--- a/tests/fs/vfs/t_unpriv.c   Tue Jan 31 19:00:03 2012 +0000
+++ b/tests/fs/vfs/t_unpriv.c   Tue Jan 31 19:02:49 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_unpriv.c,v 1.3 2012/01/27 21:53:50 njoly Exp $       */
+/*     $NetBSD: t_unpriv.c,v 1.4 2012/01/31 19:02:49 njoly Exp $       */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #include "../../h_macros.h"
 
 #define USES_OWNER                                                      \
-       if (FSTYPE_MSDOS(tc) || FSTYPE_RUMPFS(tc)) \
+       if (FSTYPE_MSDOS(tc))                                            \
            atf_tc_skip("owner not supported by file system")
 
 static void



Home | Main Index | Thread Index | Old Index