[Chapel Merge] Update tests that reflect --help output to include

Branch: refs/heads/main
Revision: df18406
Author: bradcray
Link: Update tests that reflect --help output to include new config var by bradcray · Pull Request #19807 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #19807 from bradcray/update-help-for-new-var

Update tests that reflect --help output to include new config var

[trivial, not reviewed, and hoping to get in before testing starts]

This is a follow-up to #19732 to update tests that reflect the help output
to indicate the new variable. An idea I've been kicking around lately is
to not print internal hash configs (by some definition) by default with
--help to keep the help message simpler and reduce maintenance burdens,
but for now... update and go.

Modified Files:
M test/execflags/bradc/configHelp.bad

M test/execflags/configs/privateconfigs-help-set.comm-none.good
M test/execflags/configs/privateconfigs-help-set.good
M test/execflags/configs/privateconfigs-help.good
M test/execflags/ferguson/help2.good
M test/execflags/shannon/configs/help/basehelp.txt
M test/execflags/shannon/help.good

Compare: https://github.com/chapel-lang/chapel/compare/ba085a39c00b...df184060e844