NetBSD-Bugs archive

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

PR/60099 CVS commit: src/tests/bin/sh



The following reply was made to PR bin/60099; it has been noted by GNATS.

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60099 CVS commit: src/tests/bin/sh
Date: Wed, 18 Mar 2026 14:30:21 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Wed Mar 18 14:30:21 UTC 2026
 
 Modified Files:
 	src/tests/bin/sh: t_expand.sh
 
 Log Message:
 PR bin/60099 -- add new dollar_star_unquoted test case
 
 The added test does some (there could me more) testing of
 uses of unquoted $* in field splitting contexts (which are
 the words of a simple command and the words after "in" in
 the "for" reserved word, more or less).
 
 Right now, one of the new sub-tests (#6 as committed) will
 fail - this illustrates the problem, it expect correct execution.
 That will be corrected, eventually.
 
 I do not intend to mark this as "expected fail" - it isn't something
 which should be failing or is impossible to correct, it just happens
 to fail now.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.23 -r1.24 src/tests/bin/sh/t_expand.sh
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index