Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/common fill in PR number now that we have one



details:   https://anonhg.NetBSD.org/src/rev/0e37254cc0fe
branches:  trunk
changeset: 756188:0e37254cc0fe
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jul 08 13:30:53 2010 +0000

description:
fill in PR number now that we have one

diffstat:

 tests/fs/common/lfs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 97187bd30204 -r 0e37254cc0fe tests/fs/common/lfs.c
--- a/tests/fs/common/lfs.c     Thu Jul 08 13:21:02 2010 +0000
+++ b/tests/fs/common/lfs.c     Thu Jul 08 13:30:53 2010 +0000
@@ -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;
 }



Home | Main Index | Thread Index | Old Index