Module Name: src Committed By: pooka Date: Thu Jul 8 13:30:53 UTC 2010
Modified Files: src/tests/fs/common: lfs.c Log Message: fill in PR number now that we have one To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 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.1 src/tests/fs/common/lfs.c:1.2 --- src/tests/fs/common/lfs.c:1.1 Thu Jul 8 13:21:02 2010 +++ src/tests/fs/common/lfs.c Thu Jul 8 13:30:53 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: lfs.c,v 1.1 2010/07/08 13:21:02 pooka Exp $ */ +/* $NetBSD: lfs.c,v 1.2 2010/07/08 13:30:53 pooka Exp $ */ /*- * Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -88,7 +88,7 @@ /* * XXX: this should be IN THE TEST, not here */ - atf_tc_expect_signal(-1, "i'll file a PR soon"); + atf_tc_expect_signal(-1, "PR kern/43582"); return 0; }