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/43597 was fixed
details: https://anonhg.NetBSD.org/src/rev/5674db46d720
branches: trunk
changeset: 778428:5674db46d720
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 25 18:50:19 2012 +0000
description:
PR/43597 was fixed
diffstat:
tests/bin/sh/t_varquote.sh | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r d9de58bab312 -r 5674db46d720 tests/bin/sh/t_varquote.sh
--- a/tests/bin/sh/t_varquote.sh Sun Mar 25 18:49:13 2012 +0000
+++ b/tests/bin/sh/t_varquote.sh Sun Mar 25 18:50:19 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_varquote.sh,v 1.1 2012/03/17 16:33:11 jruoho Exp $
+# $NetBSD: t_varquote.sh,v 1.2 2012/03/25 18:50:19 christos Exp $
#
# Copyright (c) 2007 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -68,10 +68,9 @@
atf_test_case nested_quotes_multiword
nested_quotes_multiword_head() {
atf_set "descr" "Tests that having nested quoting in a multi-word" \
- "string works"
+ "string works (PR bin/43597)"
}
nested_quotes_multiword_body() {
- atf_expect_fail "PR bin/43597"
atf_check -s eq:0 -o match:"first-word second-word" -e empty \
/bin/sh -c 'echo "${foo:="first-word"} second-word"'
}
Home |
Main Index |
Thread Index |
Old Index