Source-Changes-HG archive

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

[src/trunk]: src/tests/bin/sh PR/43469 has been fixed



details:   https://anonhg.NetBSD.org/src/rev/d6111b91f930
branches:  trunk
changeset: 813859:d6111b91f930
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 22 20:02:29 2016 +0000

description:
PR/43469 has been fixed

diffstat:

 tests/bin/sh/t_expand.sh |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 835dcfcf9a08 -r d6111b91f930 tests/bin/sh/t_expand.sh
--- a/tests/bin/sh/t_expand.sh  Mon Feb 22 20:02:00 2016 +0000
+++ b/tests/bin/sh/t_expand.sh  Mon Feb 22 20:02:29 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_expand.sh,v 1.4 2016/02/19 13:49:01 christos Exp $
+# $NetBSD: t_expand.sh,v 1.5 2016/02/22 20:02:29 christos Exp $
 #
 # Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -86,12 +86,11 @@
 strip_head() {
        atf_set "descr" "Checks that the %% operator works and strips" \
                        "the contents of a variable from the given point" \
-                       "to the end"
+                       "to the end (PR bin/43469)"
 }
 strip_body() {
        line='#define bindir "/usr/bin" /* comment */'
        stripped='#define bindir "/usr/bin" '
-       atf_expect_fail "PR bin/43469"
        atf_check_equal '$stripped' '${line%%/\**}'
 }
 



Home | Main Index | Thread Index | Old Index