Module Name:    src
Committed By:   christos
Date:           Fri Jan 13 16:28:44 UTC 2012

Modified Files:
        src/tests/net/bpf: t_bpf.c

Log Message:
PR/44196 is now fixed, so don't expect a failure.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/bpf/t_bpf.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/net/bpf/t_bpf.c
diff -u src/tests/net/bpf/t_bpf.c:1.3 src/tests/net/bpf/t_bpf.c:1.4
--- src/tests/net/bpf/t_bpf.c:1.3	Sun Dec 18 17:51:00 2011
+++ src/tests/net/bpf/t_bpf.c	Fri Jan 13 11:28:44 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_bpf.c,v 1.3 2011/12/18 22:51:00 joerg Exp $	*/
+/*	$NetBSD: t_bpf.c,v 1.4 2012/01/13 16:28:44 christos Exp $	*/
 
 /*-
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -90,7 +90,6 @@ ATF_TC_BODY(bpfwriteleak, tc)
 
 	ATF_REQUIRE_ERRNO(ENETDOWN, rump_sys_write(bpfd, buf, sizeof(buf))==-1);
 
-	atf_tc_expect_fail("PR kern/44196");
 	ATF_REQUIRE_EQ(getmtdata(), 0);
 }
 

Reply via email to