Module Name:    src
Committed By:   christos
Date:           Tue Feb 23 21:09:15 UTC 2021

Modified Files:
        src/tests/usr.bin/sed: t_sed.sh

Log Message:
Will be fixed with regex update


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/sed/t_sed.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/sed/t_sed.sh
diff -u src/tests/usr.bin/sed/t_sed.sh:1.7 src/tests/usr.bin/sed/t_sed.sh:1.8
--- src/tests/usr.bin/sed/t_sed.sh:1.7	Sat Oct  5 16:24:16 2019
+++ src/tests/usr.bin/sed/t_sed.sh	Tue Feb 23 16:09:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: t_sed.sh,v 1.7 2019/10/05 20:24:16 christos Exp $
+# $NetBSD: t_sed.sh,v 1.8 2021/02/23 21:09:14 christos Exp $
 #
 # Copyright (c) 2012 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,8 +42,7 @@ c2048_body() {
 
 atf_test_case emptybackref
 emptybackref_head() {
-	atf_set "descr" "Test that sed(1) handles " \
-			"empty back references (PR bin/28126)"
+	atf_set "descr" "Test that sed(1) handles empty back references"
 }
 
 emptybackref_body() {
@@ -51,8 +50,6 @@ emptybackref_body() {
 	atf_check -o inline:"foo1bar1\n" \
 		-x "echo foo1bar1 | sed -ne '/foo\(.*\)bar\1/p'"
 
-	atf_expect_fail "PR bin/28126"
-
 	atf_check -o inline:"foobar\n" \
 		-x "echo foobar | sed -ne '/foo\(.*\)bar\1/p'"
 }

Reply via email to