Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/common adjust another place where X-fs.type is set
details: https://anonhg.NetBSD.org/src/rev/c38eb5a6b422
branches: trunk
changeset: 760546:c38eb5a6b422
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Jan 07 11:41:40 2011 +0000
description:
adjust another place where X-fs.type is set
diffstat:
tests/fs/common/h_fsmacros.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c8c00ccfa481 -r c38eb5a6b422 tests/fs/common/h_fsmacros.h
--- a/tests/fs/common/h_fsmacros.h Fri Jan 07 11:39:27 2011 +0000
+++ b/tests/fs/common/h_fsmacros.h Fri Jan 07 11:41:40 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: h_fsmacros.h,v 1.26 2011/01/07 11:36:27 pooka Exp $ */
+/* $NetBSD: h_fsmacros.h,v 1.27 2011/01/07 11:41:40 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@
ATF_TC_HEAD(fs##_##func,tc) \
{ \
atf_tc_set_md_var(tc, "descr", type " test for " desc); \
- atf_tc_set_md_var(tc, "X-fs.type", type); \
+ atf_tc_set_md_var(tc, "X-fs.type", #fs); \
} \
void *fs##func##tmp; \
\
Home |
Main Index |
Thread Index |
Old Index