Module Name:    src
Committed By:   riastradh
Date:           Fri Jan 26 00:32:46 UTC 2024

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

Log Message:
tests/usr.bin/mtree: xfail PR 57877; omit needless debug print.


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

Reply via email to