Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs s/dirs/symlinks/ in USES_SYMLINKS message.



details:   https://anonhg.NetBSD.org/src/rev/22f4eeee5e56
branches:  trunk
changeset: 757649:22f4eeee5e56
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Sep 09 11:42:52 2010 +0000

description:
s/dirs/symlinks/ in USES_SYMLINKS message.

diffstat:

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

diffs (18 lines):

diff -r 9f00d28cbb8d -r 22f4eeee5e56 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Thu Sep 09 11:42:13 2010 +0000
+++ b/tests/fs/vfs/t_vnops.c    Thu Sep 09 11:42:52 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.8 2010/09/06 15:27:18 pooka Exp $        */
+/*     $NetBSD: t_vnops.c,v 1.9 2010/09/09 11:42:52 njoly Exp $        */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
 
 #define USES_SYMLINKS                                  \
     if (FSTYPE_SYSVBFS(tc) || FSTYPE_MSDOS(tc))                \
-       atf_tc_skip("dirs not supported by file system")
+       atf_tc_skip("symlinks not supported by file system")
 
 static char *
 md(char *buf, const char *base, const char *tail)



Home | Main Index | Thread Index | Old Index