Module Name:    src
Committed By:   pooka
Date:           Wed Apr  8 12:29:05 UTC 2009

Modified Files:
        src/tests/fs/ffs: t_renamerace.c

Log Message:
Hmm, this case was for MNT_LOG so enable it.  No wonder I couldn't
repeat the problem with the patch reverted.  regression test
regression.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/ffs/t_renamerace.c

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/ffs/t_renamerace.c
diff -u src/tests/fs/ffs/t_renamerace.c:1.1 src/tests/fs/ffs/t_renamerace.c:1.2
--- src/tests/fs/ffs/t_renamerace.c:1.1	Wed Apr  8 12:08:17 2009
+++ src/tests/fs/ffs/t_renamerace.c	Wed Apr  8 12:29:05 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_renamerace.c,v 1.1 2009/04/08 12:08:17 pooka Exp $	*/
+/*	$NetBSD: t_renamerace.c,v 1.2 2009/04/08 12:29:05 pooka Exp $	*/
 
 /*
  * Modified for rump and atf from a program supplied
@@ -88,7 +88,7 @@
 
 	ukfs_init();
 	fs = ukfs_mount(MOUNT_FFS, "ffs", UKFS_DEFAULTMP,
-	    0, &args, sizeof(args));
+	    MNT_LOG, &args, sizeof(args));
 	if (fs == NULL)
 		atf_tc_fail("ukfs_mount failed: %d (%s)",
 		    errno, strerror(errno));

Reply via email to