Module Name: src
Committed By: pooka
Date: Thu Jun 10 22:20:38 UTC 2010
Modified Files:
src/tests/lib/semaphore: sem.c
Log Message:
quote PR kern/43452 in descr
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/semaphore/sem.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/lib/semaphore/sem.c
diff -u src/tests/lib/semaphore/sem.c:1.1 src/tests/lib/semaphore/sem.c:1.2
--- src/tests/lib/semaphore/sem.c:1.1 Thu Jun 10 22:03:43 2010
+++ src/tests/lib/semaphore/sem.c Thu Jun 10 22:20:38 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: sem.c,v 1.1 2010/06/10 22:03:43 pooka Exp $ */
+/* $NetBSD: sem.c,v 1.2 2010/06/10 22:20:38 pooka Exp $ */
/*
* Common code for semaphore tests. This can be included both into
@@ -262,8 +262,8 @@
{
/* this is currently broken. i'll append the PR number soon */
- atf_tc_set_md_var(tc, "descr", "tests unlinked semaphores are valid "
- "and can be closed (%s)", LIBNAME);
+ atf_tc_set_md_var(tc, "descr", "tests unlinked semaphores can be "
+ "closed, PR kern/43452 (%s)", LIBNAME);
}
#define SEM "/thesem"