From 1bc3177c5acbddc96584004b86db82f489b78346 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 31 Jul 2019 22:28:40 +0300 Subject: Combine multiple single-character options into a single argument for testscript commands --- tests/init.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/init.testscript') diff --git a/tests/init.testscript b/tests/init.testscript index 6e336fc..723ba04 100644 --- a/tests/init.testscript +++ b/tests/init.testscript @@ -177,7 +177,7 @@ deinit += -d prj { # Create (and build) the executable single-package project. # - cp --no-cleanup -p -r ../prj ./ &prj/***; + cp --no-cleanup -pr ../prj ./ &prj/***; $* -C @cfg $cxx 2>>/~"%EOE%" &prj-cfg/***; initializing in project $~/prj/ -- cgit v1.1