Problem was fixed, don't expect to fail anymore

This commit is contained in:
kefren 2011-02-10 07:47:50 +00:00
parent 159fa1bbe5
commit 233a38c913
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: t_change.sh,v 1.1 2011/02/08 10:11:29 pooka Exp $
# $NetBSD: t_change.sh,v 1.2 2011/02/10 07:47:50 kefren Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
@ -47,7 +47,6 @@ reject2blackhole_body()
"rump.route -n show -inet | grep ^207.46"
atf_check -s exit:0 -o ignore \
rump.route change 207.46.197.32 127.0.0.1 -blackhole
atf_expect_fail "PR kern/40455"
atf_check -s exit:0 -o match:' UGHBS ' -e ignore \
sh -c "rump.netstat -rn -f inet | grep ^207.46| grep ^207.46"
}