Skip to content

Commit a84c5c7

Browse files
krekre
authored andcommitted
PR bin/60099 fix a (harmless) c&p issue in previous
The test name used in failure error messages suffered from a c&p problem (cut from the wrong place). No effect upon the tests themselves, just the error message produced when a test case fails.
1 parent 4c465e6 commit a84c5c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/bin/sh/t_expand.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: t_expand.sh,v 1.24 2026/03/18 14:30:21 kre Exp $
1+
# $NetBSD: t_expand.sh,v 1.25 2026/03/18 14:46:28 kre Exp $
22
#
33
# Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
44
# All rights reserved.
@@ -1294,7 +1294,7 @@ dollar_star_unquoted_head() {
12941294
atf_set descr 'Test unquoted $* in various contexts'
12951295
}
12961296
dollar_star_unquoted_body() {
1297-
reset dollar_star_unquoted_body
1297+
reset dollar_star_unquoted
12981298

12991299
check 'set -- ; set -- $* ; printf %d "$#"' 0 0 # 1
13001300
check 'set -- a ; set -- $* ; printf %d "$#"' 1 0 # 2

0 commit comments

Comments
 (0)