Module Name: src
Committed By: pooka
Date: Fri Jan 7 11:41:40 UTC 2011
Modified Files:
src/tests/fs/common: h_fsmacros.h
Log Message:
adjust another place where X-fs.type is set
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tests/fs/common/h_fsmacros.h
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/common/h_fsmacros.h
diff -u src/tests/fs/common/h_fsmacros.h:1.26 src/tests/fs/common/h_fsmacros.h:1.27
--- src/tests/fs/common/h_fsmacros.h:1.26 Fri Jan 7 11:36:27 2011
+++ src/tests/fs/common/h_fsmacros.h Fri Jan 7 11:41:40 2011
@@ -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; \
\