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 bin/52090 - the $* tests are no longer expec...
details: https://anonhg.NetBSD.org/src/rev/947c79a7de90
branches: trunk
changeset: 352189:947c79a7de90
user: kre <kre%NetBSD.org@localhost>
date: Mon Mar 20 11:48:41 2017 +0000
description:
PR bin/52090 - the $* tests are no longer expected to fail.
diffstat:
tests/bin/sh/t_expand.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 2e34556d3e96 -r 947c79a7de90 tests/bin/sh/t_expand.sh
--- a/tests/bin/sh/t_expand.sh Mon Mar 20 11:48:01 2017 +0000
+++ b/tests/bin/sh/t_expand.sh Mon Mar 20 11:48:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_expand.sh,v 1.10 2017/03/19 20:29:30 kre Exp $
+# $NetBSD: t_expand.sh,v 1.11 2017/03/20 11:48:41 kre Exp $
#
# Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -557,7 +557,7 @@
check 'IFS=""; set -- a "b c"; set -- "$*" ; echo $# "$*"' \
'1 ab c' 0 #14
- results 'PR bin/52090 expect 7 of 14 subtests to fail'
+ results # FIXED: 'PR bin/52090 expect 7 of 14 subtests to fail'
}
atf_test_case dollar_star_in_word_empty_ifs
@@ -599,7 +599,7 @@
check 'IFS="";set -- a "b c";set -- "${xXx:-$*}";echo $# "${xXx:-$*}"' \
'1 ab c' 0 #14
- results 'PR bin/52090 expect 7 of 14 subtests to fail'
+ results # FIXED: 'PR bin/52090 expect 7 of 14 subtests to fail'
}
atf_test_case dollar_star_in_quoted_word
@@ -659,7 +659,7 @@
check 'IFS="";set -- a "b c";set -- ${xXx:-"$*"};echo $# ${xXx:-$*}' \
'1 ab c' 0 #26
- results 'PR bin/52090 - 2 of 26 subtests expected to fail'
+ results # FIXED: 'PR bin/52090 - 2 of 26 subtests expected to fail'
}
atf_init_test_cases() {
Home |
Main Index |
Thread Index |
Old Index