Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/util/sh Fixed test that was expected to fail.
details: https://anonhg.NetBSD.org/src/rev/e9d024decc36
branches: trunk
changeset: 758824:e9d024decc36
user: christos <christos%NetBSD.org@localhost>
date: Tue Nov 16 18:25:03 2010 +0000
description:
Fixed test that was expected to fail.
diffstat:
tests/util/sh/t_expand.sh | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 900a5ae2bc00 -r e9d024decc36 tests/util/sh/t_expand.sh
--- a/tests/util/sh/t_expand.sh Tue Nov 16 18:17:32 2010 +0000
+++ b/tests/util/sh/t_expand.sh Tue Nov 16 18:25:03 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_expand.sh,v 1.7 2010/07/03 08:18:30 jmmv Exp $
+# $NetBSD: t_expand.sh,v 1.8 2010/11/16 18:25:03 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