diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-31 22:05:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-31 22:27:10 +0300 |
commit | 0a9b30024ee486bb1631f75cbc559d0df1852e27 (patch) | |
tree | e424bc3a961a455bab098efe9597a75a26194d6e /tests/pkg-fetch.testscript | |
parent | 88da1215cc9c1790f3cd111417dae72910c8f2fc (diff) |
Combine multiple single-character options into a single argument for testscript commands
Diffstat (limited to 'tests/pkg-fetch.testscript')
-rw-r--r-- | tests/pkg-fetch.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-fetch.testscript b/tests/pkg-fetch.testscript index 22fcc0c..bf53b3d 100644 --- a/tests/pkg-fetch.testscript +++ b/tests/pkg-fetch.testscript @@ -170,7 +170,7 @@ $* libfoo/1.0.0 2>>/EOE != 0 $clone_cfg; cp --no-cleanup $src/t1/libfoo-1.0.0.tar.gz ./; - $* -p -e libfoo-1.0.0.tar.gz 2>'using libfoo/1.0.0 (external)'; + $* -pe libfoo-1.0.0.tar.gz 2>'using libfoo/1.0.0 (external)'; $pkg_purge libfoo 2>'purged libfoo/1.0.0' } |