diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-07 20:02:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-07 20:02:31 +0300 |
commit | fbcdab1afc8af7001ed2ade6bb972d559cd55553 (patch) | |
tree | b28a1827d5e88ef23e0fb697a912fe025d7b9974 /tests/rep-list.testscript | |
parent | f9cef3e7cebc66605e12a784c2439708650c6f19 (diff) |
Use [cmdline] type for canned commands in testscripts
Diffstat (limited to 'tests/rep-list.testscript')
-rw-r--r-- | tests/rep-list.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rep-list.testscript b/tests/rep-list.testscript index 3e9cfb7..50a6501 100644 --- a/tests/rep-list.testscript +++ b/tests/rep-list.testscript @@ -37,7 +37,7 @@ cp -r $src/stable $out/stable cp -r $src/testing $out/testing - c = $rep_create 2>! + c = [cmdline] $rep_create 2>! $c $out/extra &$out/extra/packages.manifest $c $out/math &$out/math/packages.manifest |