Source-Changes-HG archive

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

[src/trunk]: src/tests/util/sh since the fix was reverted, revert the test.



details:   https://anonhg.NetBSD.org/src/rev/98dd7217e5dc
branches:  trunk
changeset: 758835:98dd7217e5dc
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 17 13:41:52 2010 +0000

description:
since the fix was reverted, revert the test.

diffstat:

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

diffs (23 lines):

diff -r b4e3b9692eac -r 98dd7217e5dc tests/util/sh/t_expand.sh
--- a/tests/util/sh/t_expand.sh Wed Nov 17 13:40:48 2010 +0000
+++ b/tests/util/sh/t_expand.sh Wed Nov 17 13:41:52 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_expand.sh,v 1.8 2010/11/16 18:25:03 christos Exp $
+# $NetBSD: t_expand.sh,v 1.9 2010/11/17 13:41:52 christos Exp $
 #
 # Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -86,11 +86,12 @@
 strip_head() {
        atf_set "descr" "Checks that the %% operator works and strips" \
                        "the contents of a variable from the given point" \
-                       "to the end PR bin/43469"
+                       "to the end"
 }
 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