Module Name:    src
Committed By:   pooka
Date:           Fri Jan  7 11:58:22 UTC 2011

Modified Files:
        src/tests/fs/common: h_fsmacros.h

Log Message:
antipasto


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 src/tests/fs/common/h_fsmacros.h:1.29
--- src/tests/fs/common/h_fsmacros.h:1.28	Fri Jan  7 11:52:59 2011
+++ src/tests/fs/common/h_fsmacros.h	Fri Jan  7 11:58:21 2011
@@ -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)\

Reply via email to