RNDADDDATA2 doesn't xfail anymore.

This commit is contained in:
pooka 2010-12-04 17:41:18 +00:00
parent 393c93bb1d
commit f5c0e73abf

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_rnd.c,v 1.2 2010/12/04 17:38:42 pooka Exp $ */
/* $NetBSD: t_rnd.c,v 1.3 2010/12/04 17:41:18 pooka Exp $ */
/*
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: t_rnd.c,v 1.2 2010/12/04 17:38:42 pooka Exp $");
__RCSID("$NetBSD: t_rnd.c,v 1.3 2010/12/04 17:41:18 pooka Exp $");
#include <sys/types.h>
#include <sys/fcntl.h>
@ -82,7 +82,6 @@ ATF_TC_BODY(RNDADDDATA2, tc)
rd.entropy = 1;
rd.len = -1;
atf_tc_expect_signal(-1, "PR kern/44190");
ATF_REQUIRE_ERRNO(E2BIG, rump_sys_ioctl(fd, RNDADDDATA, &rd) == -1);
}