Module Name:    src
Committed By:   dholland
Date:           Sun Mar 18 18:09:45 UTC 2012

Modified Files:
        src/tests/usr.bin/find: t_find.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/find/t_find.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/usr.bin/find/t_find.sh
diff -u src/tests/usr.bin/find/t_find.sh:1.1 src/tests/usr.bin/find/t_find.sh:1.2
--- src/tests/usr.bin/find/t_find.sh:1.1	Sun Mar 18 12:40:42 2012
+++ src/tests/usr.bin/find/t_find.sh	Sun Mar 18 18:09:45 2012
@@ -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_head() {
 }
 
 exit_body() {
-
-	atf_expect_fail "PR bin/44973"
-
 	atf_check -o ignore \
 		-s exit:0 -x "find /etc -type f -exit"
 }

Reply via email to