Module Name: src Committed By: pooka Date: Sun Jul 11 11:25:22 UTC 2010
Modified Files: src/tests/fs/common: lfs.c Log Message: Remove the lfs race condition hack now that it's properly in the test instead of the fs-specific part. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/common/lfs.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/lfs.c diff -u src/tests/fs/common/lfs.c:1.3 src/tests/fs/common/lfs.c:1.4 --- src/tests/fs/common/lfs.c:1.3 Fri Jul 9 14:16:05 2010 +++ src/tests/fs/common/lfs.c Sun Jul 11 11:25:22 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: lfs.c,v 1.3 2010/07/09 14:16:05 njoly Exp $ */ +/* $NetBSD: lfs.c,v 1.4 2010/07/11 11:25:22 pooka Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -129,13 +129,6 @@ { int res; - /* - * Rarely the test does not crash. atf currently has no way of - * saying "just chill even if the test doesn't fail", so this - * takes care of it. - */ - abort(); - res = rump_sys_unmount(path, flags); if (res == -1) return res;