diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-07 19:45:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-07 19:45:59 +0300 |
commit | 3203ecbcc90c7d1e96231e43adf19ac41455c5a1 (patch) | |
tree | bf332eeca7dde0dc2d5200ff20efaeb289c23f16 /tests/package-archive | |
parent | d3b6cfae8b2d6250a66bf5631e7c2cc00c9b8645 (diff) |
Use [cmdline] type for canned commands in testscripts
Diffstat (limited to 'tests/package-archive')
-rw-r--r-- | tests/package-archive/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/package-archive/testscript b/tests/package-archive/testscript index f845401..75df25a 100644 --- a/tests/package-archive/testscript +++ b/tests/package-archive/testscript @@ -6,7 +6,7 @@ # find utility to fail with the 'no such file or directory' error. Thus, we # clone the archives into the test working directories and search there. # -clone_arcs = \ +clone_arcs = [cmdline] \ cp $src_base/libhello-0.1.0.tar.gz $src_base/libhello-0.1.0+1.tar.gz ./ : pkg-verify-archive |