Fill in PR kern/43626 now that it exists.

This commit is contained in:
pooka 2010-07-16 11:46:31 +00:00
parent 8206e1e692
commit 16c5b04bd3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_renamerace.c,v 1.4 2010/07/16 11:33:45 pooka Exp $ */
/* $NetBSD: t_renamerace.c,v 1.5 2010/07/16 11:46:31 pooka Exp $ */
/*
* Modified for rump and atf from a program supplied
@ -115,7 +115,7 @@ renamerace_dirs(const atf_tc_t *tc, const char *mp)
/* XXX: msdosfs also sometimes hangs */
if (FSTYPE_FFS(tc) || FSTYPE_EXT2FS(tc) || FSTYPE_LFS(tc) ||
FSTYPE_MSDOS(tc))
atf_tc_expect_signal(-1, "PR notyet");
atf_tc_expect_signal(-1, "PR kern/43626");
pthread_create(&pt1, NULL, w1_dirs, __UNCONST(mp));
pthread_create(&pt2, NULL, w2, __UNCONST(mp));