aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-fetch.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-01 19:34:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-02 20:22:21 +0300
commit5d81c755c77ab6b182ab713de29826bace79f466 (patch)
tree12899bc65027c4b92674a63484915911ce86ff70 /tests/pkg-fetch.testscript
parent0e920ebda6b4e69da318cf5e9c4288c283f1e636 (diff)
Replace some testscript commands single-character options with their long variants for clarity
Diffstat (limited to 'tests/pkg-fetch.testscript')
-rw-r--r--tests/pkg-fetch.testscript2
1 files changed, 1 insertions, 1 deletions
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'
}