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/pkg-status.testscript | |
parent | f9cef3e7cebc66605e12a784c2439708650c6f19 (diff) |
Use [cmdline] type for canned commands in testscripts
Diffstat (limited to 'tests/pkg-status.testscript')
-rw-r--r-- | tests/pkg-status.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-status.testscript b/tests/pkg-status.testscript index e90e3bf..885b0fb 100644 --- a/tests/pkg-status.testscript +++ b/tests/pkg-status.testscript @@ -40,7 +40,7 @@ cp -r $src/testing $out/testing cp -r $src/unstable $out/unstable - c = $rep_create 2>! + c = [cmdline] $rep_create 2>! $c $out/extra &$out/extra/packages.manifest $c $out/stable &$out/stable/packages.manifest |