On Monday, October 26, 2020 5:00 PM, Joey Salazar <jgsal@xxxxxxxxxxxxxx> wrote: > For instances when `${if_local_config}` is either '' or '! ' then > `test_path_is_file` will diagnose the directory and print a message if > and only if the result `is false` goes away. > If `if test -n '$pager_wanted'` is checking if pager_wanted=true before diagnosing core.pager_used, then would; For other instances when '$pager_wanted' is not empty then `test_path_is_file` will diagnose the directory and print a message. be more accurate?