Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/sed Will be fixed with regex update



details:   https://anonhg.NetBSD.org/src/rev/483ef60c5ac1
branches:  trunk
changeset: 959768:483ef60c5ac1
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 23 21:09:14 2021 +0000

description:
Will be fixed with regex update

diffstat:

 tests/usr.bin/sed/t_sed.sh |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 53abe8954947 -r 483ef60c5ac1 tests/usr.bin/sed/t_sed.sh
--- a/tests/usr.bin/sed/t_sed.sh        Tue Feb 23 20:34:54 2021 +0000
+++ b/tests/usr.bin/sed/t_sed.sh        Tue Feb 23 21:09:14 2021 +0000
@@ -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 @@
 
 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 @@
        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'"
 }



Home | Main Index | Thread Index | Old Index