From c38dbdc551789ee137bd6775e1a2a51c0923e590 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Jul 2020 09:12:11 +0200 Subject: Use *.config.mode instead of *.mode in tests --- tests/cfg-create.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cfg-create.testscript') diff --git a/tests/cfg-create.testscript b/tests/cfg-create.testscript index cb2f643..9461dad 100644 --- a/tests/cfg-create.testscript +++ b/tests/cfg-create.testscript @@ -3,7 +3,7 @@ .include common.testscript -config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.mode, true) +config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) pkg_status += -d cfg -- cgit v1.1