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: Fri, 20 Mar 2026 20:10:05 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Fri Mar 20 20:10:04 UTC 2026
 
 Modified Files:
 	src/tests/bin/sh: t_expand.sh
 
 Log Message:
 PR bin/60099 Add more test cases
 
 More test cases to test $* expansion in a variety of
 situations (all using $* unquoted - and in contexts
 where field splitting could happen).
 
 Several of these new text cases assisted with debugging
 the $* expansion code in sh, avoiding issues that otherwise
 might not be seen as potential problems.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.25 -r1.26 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