Module Name: src
Committed By: njoly
Date: Tue Jan 31 19:02:49 UTC 2012
Modified Files:
src/tests/fs/vfs: t_unpriv.c
Log Message:
owner testcase now succeed with rumpfs.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_unpriv.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/vfs/t_unpriv.c
diff -u src/tests/fs/vfs/t_unpriv.c:1.3 src/tests/fs/vfs/t_unpriv.c:1.4
--- src/tests/fs/vfs/t_unpriv.c:1.3 Fri Jan 27 21:53:50 2012
+++ src/tests/fs/vfs/t_unpriv.c Tue Jan 31 19:02:49 2012
@@ -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