NetBSD-Bugs archive

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

PR/55595 CVS commit: src/tests/usr.bin/make



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

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55595 CVS commit: src/tests/usr.bin/make
Date: Thu, 10 Sep 2020 17:33:17 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Thu Sep 10 17:33:17 UTC 2020
 
 Modified Files:
 	src/tests/usr.bin/make: t_make.sh
 
 Log Message:
 Replace use of tr to translate '-' in test names into '_' to satisfy ATF
 requirements (correct sh variable/function name syntax).  Use a sh
 loop instead, and save one fork() one vfork() and one exec of tr for
 each test case (many of which don't need anything done to them at all).
 
 This might partially mitigate PR misc/55595
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/make/t_make.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