From b3bfef53ee45f0ed5cc2293d7e60f0796fd7e95e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Oct 2019 08:09:44 +0200 Subject: Add note on quoting in tests --- tests/common.testscript | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.1