-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: pass values via system property instead of unsafe string injection
Pass values using JSON encapsulation via system property. - This removes the need to escape/transform strings - This allows the test to work under Windows, which uses the \ backslash character as the directory separator - This also make the test work in case other special characters are in the path such as ' (quote)
- Loading branch information
Showing
1 changed file
with
7 additions
and
11 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