From a473abe80f4c42a366f0573bbbc762fa440b7fe6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Apr 2022 10:39:03 +0200 Subject: Use new cmdline type for canned command lines in {Build,Test}script --- libbuild2/test/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/test/init.cxx') diff --git a/libbuild2/test/init.cxx b/libbuild2/test/init.cxx index c2fc831..c80d3f0 100644 --- a/libbuild2/test/init.cxx +++ b/libbuild2/test/init.cxx @@ -115,8 +115,8 @@ namespace build2 // These are only used in testscript. // - vp.insert ("test.redirects"); - vp.insert ("test.cleanups"); + vp.insert ("test.redirects"); + vp.insert ("test.cleanups"); // Unless already set, default test.target to build.host. Note that it // can still be overriden by the user, e.g., in root.build. -- cgit v1.1