Module Name:    src
Committed By:   riastradh
Date:           Sun Jan 28 19:08:06 UTC 2024

Modified Files:
        src/tests/usr.bin/mtree: t_sets.sh

Log Message:
tests/usr.bin/mtree: Fixed the set lists, no more xfail.

PR misc/57877


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/mtree/t_sets.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/mtree/t_sets.sh
diff -u src/tests/usr.bin/mtree/t_sets.sh:1.2 src/tests/usr.bin/mtree/t_sets.sh:1.3
--- src/tests/usr.bin/mtree/t_sets.sh:1.2	Fri Jan 26 00:32:46 2024
+++ src/tests/usr.bin/mtree/t_sets.sh	Sun Jan 28 19:08:06 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: t_sets.sh,v 1.2 2024/01/26 00:32:46 riastradh Exp $
+#	$NetBSD: t_sets.sh,v 1.3 2024/01/28 19:08:06 riastradh Exp $
 #
 # Copyright (c) 2024 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -29,10 +29,6 @@ check_mtree()
 {
 	local set=$1
 
-	if [ "$set" = base ]; then
-		atf_expect_fail "PR misc/57877"
-	fi
-
 	cd /
 	atf_check -o empty -s eq:0 \
 		mtree -e </etc/mtree/set."$set"

Reply via email to