Module Name:    src
Committed By:   jruoho
Date:           Sat Mar 17 08:34:55 UTC 2012

Modified Files:
        src/tests/sbin/route: t_missing.sh

Log Message:
PR bin/42179 was fixed; remove xfail.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/sbin/route/t_missing.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/sbin/route/t_missing.sh
diff -u src/tests/sbin/route/t_missing.sh:1.2 src/tests/sbin/route/t_missing.sh:1.3
--- src/tests/sbin/route/t_missing.sh:1.2	Wed May 11 22:08:12 2011
+++ src/tests/sbin/route/t_missing.sh	Sat Mar 17 08:34:55 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_missing.sh,v 1.2 2011/05/11 22:08:12 njoly Exp $
+# $NetBSD: t_missing.sh,v 1.3 2012/03/17 08:34:55 jruoho Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -30,13 +30,11 @@
 
 atf_test_case missing
 missing_head() {
-	atf_set "descr" "Check route(8) with a missing argument"
+	atf_set "descr" "Check route(8) with a missing argument (PR bin/42179)"
 }
 
 missing_body() {
 
-	atf_expect_fail "PR bin/42179"
-
 	atf_check -s exit:1 \
 	-e not-inline:"route: writing to routing socket: Invalid argument\n" \
 	route -n get

Reply via email to