This is no longer broken for macppc.

This commit is contained in:
matt 2011-02-07 09:40:52 +00:00
parent 37e1e568f2
commit e538011342
1 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_sigaction.c,v 1.1 2010/07/14 21:47:06 jmmv Exp $ */
/* $NetBSD: t_sigaction.c,v 1.2 2011/02/07 09:40:52 matt Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@ -29,7 +29,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2010\
The NetBSD Foundation, inc. All rights reserved.");
__RCSID("$NetBSD: t_sigaction.c,v 1.1 2010/07/14 21:47:06 jmmv Exp $");
__RCSID("$NetBSD: t_sigaction.c,v 1.2 2011/02/07 09:40:52 matt Exp $");
#include <sys/wait.h>
@ -110,9 +110,6 @@ ATF_TC_BODY(sa_resethand, tc)
else if (pid == 0)
sa_resethand_child(SA_RESETHAND);
else {
if (strcmp("macppc", atf_config_get("atf_arch")) == 0)
atf_tc_expect_fail("PR port-macppc/43619");
wait_and_check_child(pid, "Child process did not exit cleanly; "
"it either failed to process the signal or SA_RESETHAND is "
"broken");