aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-10-16 08:09:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-10-16 08:09:44 +0200
commitb3bfef53ee45f0ed5cc2293d7e60f0796fd7e95e (patch)
treeae53071bda4769f2df61b1d21588e14024219cad
parent67a25136d464c3ff3ab7b83102e27329c83625d8 (diff)
Add note on quoting in tests
-rw-r--r--tests/common.testscript3
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