Module Name: src Committed By: christos Date: Sun Mar 25 16:10:14 UTC 2012
Modified Files: src/tests/usr.sbin/mtree: t_mtree.sh Log Message: PR/41061 fixed To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/usr.sbin/mtree/t_mtree.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.sbin/mtree/t_mtree.sh diff -u src/tests/usr.sbin/mtree/t_mtree.sh:1.3 src/tests/usr.sbin/mtree/t_mtree.sh:1.4 --- src/tests/usr.sbin/mtree/t_mtree.sh:1.3 Mon Mar 19 02:39:22 2012 +++ src/tests/usr.sbin/mtree/t_mtree.sh Sun Mar 25 12:10:13 2012 @@ -1,4 +1,4 @@ -# $NetBSD: t_mtree.sh,v 1.3 2012/03/19 06:39:22 jruoho Exp $ +# $NetBSD: t_mtree.sh,v 1.4 2012/03/25 16:10:13 christos Exp $ # # Copyright (c) 2009, 2012 The NetBSD Foundation, Inc. # All rights reserved. @@ -164,8 +164,7 @@ ignore_body() ln -s newdir otherdir # This yields "extra: otherdir" even with -d. - # - atf_expect_fail "PR bin/41061" + # (PR bin/41061) atf_check -s ignore -o empty -e empty -x "mtree -d < mtree.spec" # Delete the symlink and re-verify.