tests: make cd ephemeral #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pr-fix-make-cd-ephemeral"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We were using cd (change directory) in some checks, but were
not in a subshell, resulting in the working directory
changing for subsequent checks. Fix that, and make cd
ephemeral, by only using cd in a subshell (so the
working directory is only changed for the subshell).
Signed-off-by: Daniel F. Dickinson dfdpublic@wildtechgarden.ca