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.