Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs Use explanation for GOP_ALLOC in message from v...



details:   https://anonhg.NetBSD.org/src/rev/241f947169f3
branches:  trunk
changeset: 757412:241f947169f3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Aug 28 10:56:11 2010 +0000

description:
Use explanation for GOP_ALLOC in message from version 1.1.
Ok pooka@.

diffstat:

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

diffs (18 lines):

diff -r 3861b832132e -r 241f947169f3 tests/fs/vfs/t_full.c
--- a/tests/fs/vfs/t_full.c     Sat Aug 28 07:16:51 2010 +0000
+++ b/tests/fs/vfs/t_full.c     Sat Aug 28 10:56:11 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_full.c,v 1.2 2010/08/27 08:15:30 pooka Exp $ */
+/*     $NetBSD: t_full.c,v 1.3 2010/08/28 10:56:11 wiz Exp $   */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
        int fd, i = 0;
 
        if (FSTYPE_PUFFS(tc)) {
-               atf_tc_skip("puffs does not support GOP_ALLOC");
+               atf_tc_skip("puffs does not support explicit block allocation (GOP_ALLOC)");
        }
 
        bonus = 0;



Home | Main Index | Thread Index | Old Index