diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-07 20:50:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-07 20:50:25 +0300 |
commit | 68680d7ed2de07d1b67dd6d3c943a7c7736dbd45 (patch) | |
tree | cbc41173ddb91c441eaee7ecea0c8dcbd03486ef /tests/submit/submit-pub.testscript | |
parent | d97faa864483c4141613f785f371b8fdb42876c7 (diff) |
Use [cmdline] type for canned commands in testscripts
Diffstat (limited to 'tests/submit/submit-pub.testscript')
-rw-r--r-- | tests/submit/submit-pub.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/submit/submit-pub.testscript b/tests/submit/submit-pub.testscript index c5d435f..8c042a7 100644 --- a/tests/submit/submit-pub.testscript +++ b/tests/submit/submit-pub.testscript @@ -17,7 +17,7 @@ root_rep=$~/pkg-1 +echo ": 1" >=$root_rep/1/repositories.manifest +bpkg rep-create $root_rep/1 2>! &$root_rep/1/packages.manifest -clone_root_rep = cp --no-cleanup -r $root_rep ./ &pkg-1/*** &?pkg.lock +clone_root_rep = [cmdline] cp --no-cleanup -r $root_rep ./ &pkg-1/*** &?pkg.lock : args { |