Module Name:    src
Committed By:   gutteridge
Date:           Tue Mar  4 03:55:39 UTC 2025

Modified Files:
        src/tests/usr.bin/cut: t_cut.sh

Log Message:
t_cut.sh: reflect that PR bin/59029 has been addressed


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/cut/t_cut.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/cut/t_cut.sh
diff -u src/tests/usr.bin/cut/t_cut.sh:1.5 src/tests/usr.bin/cut/t_cut.sh:1.6
--- src/tests/usr.bin/cut/t_cut.sh:1.5	Sat Feb 22 23:38:09 2025
+++ src/tests/usr.bin/cut/t_cut.sh	Tue Mar  4 03:55:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: t_cut.sh,v 1.5 2025/02/22 23:38:09 gutteridge Exp $
+# $NetBSD: t_cut.sh,v 1.6 2025/03/04 03:55:39 gutteridge Exp $
 #
 # Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -129,7 +129,6 @@ nflag_body()
 {
 	export LC_ALL=en_US.UTF-8
 
-	atf_expect_fail "PR bin/59029"
 	atf_check -o inline:$'\xC3\x84:b\n\xC3\x84:B\n\xC3\x84:B\n\xC3\x84:B\n' \
 		cut -b 5,6,7 -n "$(atf_get_srcdir)/d_utf8.in"
 }

Reply via email to