Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/common antipasto
details: https://anonhg.NetBSD.org/src/rev/8f5970318df4
branches: trunk
changeset: 760551:8f5970318df4
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Jan 07 11:58:21 2011 +0000
description:
antipasto
diffstat:
tests/fs/common/h_fsmacros.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ec8b6a5a23fb -r 8f5970318df4 tests/fs/common/h_fsmacros.h
--- a/tests/fs/common/h_fsmacros.h Fri Jan 07 11:53:23 2011 +0000
+++ b/tests/fs/common/h_fsmacros.h Fri Jan 07 11:58:21 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: h_fsmacros.h,v 1.28 2011/01/07 11:52:59 pooka Exp $ */
+/* $NetBSD: h_fsmacros.h,v 1.29 2011/01/07 11:58:21 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -249,7 +249,7 @@
#define FSTYPE_FFS(tc)\
(strcmp(atf_tc_get_md_var(tc, "X-fs.type"), "ffs") == 0)
#define FSTYPE_FFSLOG(tc)\
- (strcmp(atf_tc_get_md_var(tc, "X-fs.type"), "ffs") == 0)
+ (strcmp(atf_tc_get_md_var(tc, "X-fs.type"), "ffslog") == 0)
#define FSTYPE_LFS(tc)\
(strcmp(atf_tc_get_md_var(tc, "X-fs.type"), "lfs") == 0)
#define FSTYPE_MSDOS(tc)\
Home |
Main Index |
Thread Index |
Old Index