-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deal with PATH being unset when running unit tests
This is nowhere close to optimal. It is a clumsy fix for when the user's environment has $PATH unset when running unit tests. The primary reason for this change is to replace the unnecessary invocation of the external `basename` command with an equivalent ksh builtin when running src/cmd/ksh93/data/config.ksh. A secondary reason is to work around whatever is causing `$PATH` to be unset for the person who opened issue #1453. Long term we might want to augment the *config.ksh* script to also explicitly deal with an empty/unset `$PATH`. Fixes #1453
- Loading branch information
1 parent
0d76ee4
commit 2950ede
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters