From 5384724d937196e1e3f5c15fe443c0bff07896e6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Aug 2019 23:39:38 +0300 Subject: Make testscripts to ignore user's default options files --- bpkg/utility.hxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index 1e82f44..2332587 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -14,9 +14,9 @@ #include -#include // casecmp(), reverse_iterate(), etc - +#include // casecmp(), reverse_iterate(), etc #include +#include #include #include @@ -53,6 +53,11 @@ namespace bpkg using butl::auto_rmfile; using butl::auto_rmdir; + // + // + using butl::load_default_options; + using butl::merge_default_options; + // Empty string and path. // extern const string empty_string; -- cgit v1.1