diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.testscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/common.testscript b/tests/common.testscript index 802b2e5..0707066 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -13,6 +13,9 @@ build = $recall($build.path) # Disable loading the user's default options files (that may affect the test # commands execution) for bpkg and build2. # +# Note that this works without quoting on Windows because of the effective +# escaping during the command line re-parse. +# options_guard = $~/.build2 +mkdir $options_guard |