Module Name: src
Committed By: njoly
Date: Thu Sep 9 11:42:52 UTC 2010
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
s/dirs/symlinks/ in USES_SYMLINKS message.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/vfs/t_vnops.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_vnops.c
diff -u src/tests/fs/vfs/t_vnops.c:1.8 src/tests/fs/vfs/t_vnops.c:1.9
--- src/tests/fs/vfs/t_vnops.c:1.8 Mon Sep 6 15:27:18 2010
+++ src/tests/fs/vfs/t_vnops.c Thu Sep 9 11:42:52 2010
@@ -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)