From 5d81c755c77ab6b182ab713de29826bace79f466 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Aug 2019 19:34:28 +0300 Subject: Replace some testscript commands single-character options with their long variants for clarity --- tests/pkg-fetch.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pkg-fetch.testscript') diff --git a/tests/pkg-fetch.testscript b/tests/pkg-fetch.testscript index bf53b3d..b37ba73 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 ./; - $* -pe libfoo-1.0.0.tar.gz 2>'using libfoo/1.0.0 (external)'; + $* --purge --existing libfoo-1.0.0.tar.gz 2>'using libfoo/1.0.0 (external)'; $pkg_purge libfoo 2>'purged libfoo/1.0.0' } -- cgit v1.1