Module Name: src
Committed By: pooka
Date: Mon Sep 9 19:47:38 UTC 2013
Modified Files:
src/tests/fs/common: fstest_puffs.c
Log Message:
Remove what looks like an outdated assert (there was something very sneaky
about this code, but my memory is fading ...)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/fs/common/fstest_puffs.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/common/fstest_puffs.c
diff -u src/tests/fs/common/fstest_puffs.c:1.10 src/tests/fs/common/fstest_puffs.c:1.11
--- src/tests/fs/common/fstest_puffs.c:1.10 Thu Feb 10 16:35:01 2011
+++ src/tests/fs/common/fstest_puffs.c Mon Sep 9 19:47:38 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: fstest_puffs.c,v 1.10 2011/02/10 16:35:01 njoly Exp $ */
+/* $NetBSD: fstest_puffs.c,v 1.11 2013/09/09 19:47:38 pooka Exp $ */
/*
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
@@ -386,12 +386,6 @@ puffs_fstest_mount(const atf_tc_t *tc, v
if (fd == -1)
return fd;
-#if 0
- pa->pa_fd = fd;
-#else
- assert(fd == 0); /* XXX: FIXME */
-#endif
-
if (rump_sys_mkdir(path, 0777) == -1)
return -1;