Test execution as sh & bat with spaces & newlines in path #46
Labels
No Label
bug
duplicate
enhancement
good first issue
help wanted
invalid
new-platform
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/os-test-framework#46
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The path to
os.bat
should contain (multiple) spaces, newlines (including trailing newlines) and other problematic characters, both in the directories and in the filename itself. This will help make sure that these characters do not trip up any code relying on$0
or$PWD
.[ ]
os.bat
should be executed from another directory (so that$PWD
is different fromdirname "$0"
.It would be nice to also check that the build works when the path to the repository contains such characters.