Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/sbin/route PR bin/42179 was fixed; remove xfail.



details:   https://anonhg.NetBSD.org/src/rev/3dabf3483722
branches:  trunk
changeset: 778110:3dabf3483722
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Mar 17 08:34:55 2012 +0000

description:
PR bin/42179 was fixed; remove xfail.

diffstat:

 tests/sbin/route/t_missing.sh |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 8c492d6d33f4 -r 3dabf3483722 tests/sbin/route/t_missing.sh
--- a/tests/sbin/route/t_missing.sh     Sat Mar 17 02:48:51 2012 +0000
+++ b/tests/sbin/route/t_missing.sh     Sat Mar 17 08:34:55 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index