Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/find Remove xfail as PR 44973 is fixed. (Note ...



details:   https://anonhg.NetBSD.org/src/rev/640dc128f3e6
branches:  trunk
changeset: 778190:640dc128f3e6
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Mar 18 18:09:45 2012 +0000

description:
Remove xfail as PR 44973 is fixed. (Note that it was Nat Sloss who did
the work of figuring out what was wrong.)

diffstat:

 tests/usr.bin/find/t_find.sh |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r e6ed9cea4f3b -r 640dc128f3e6 tests/usr.bin/find/t_find.sh
--- a/tests/usr.bin/find/t_find.sh      Sun Mar 18 17:59:57 2012 +0000
+++ b/tests/usr.bin/find/t_find.sh      Sun Mar 18 18:09:45 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_find.sh,v 1.1 2012/03/18 12:40:42 jruoho Exp $
+# $NetBSD: t_find.sh,v 1.2 2012/03/18 18:09:45 dholland Exp $
 #
 # Copyright (c) 2012 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -34,9 +34,6 @@
 }
 
 exit_body() {
-
-       atf_expect_fail "PR bin/44973"
-
        atf_check -o ignore \
                -s exit:0 -x "find /etc -type f -exit"
 }



Home | Main Index | Thread Index | Old Index