diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 19:34:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-02 20:22:21 +0300 |
commit | 5d81c755c77ab6b182ab713de29826bace79f466 (patch) | |
tree | 12899bc65027c4b92674a63484915911ce86ff70 /tests/pkg-build.testscript | |
parent | 0e920ebda6b4e69da318cf5e9c4288c283f1e636 (diff) |
Replace some testscript commands single-character options with their long variants for clarity
Diffstat (limited to 'tests/pkg-build.testscript')
-rw-r--r-- | tests/pkg-build.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index c75da0b..824a4bb 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -3401,7 +3401,7 @@ test.options += --no-progress { $clone_cfg; $pkg_disfigure libhello --keep-out 2>!; - $pkg_unpack -re ../../../libhello; + $pkg_unpack --replace --existing ../../../libhello; $* libhello 2>>~%EOE%; configured libhello/1.0.1 @@ -3455,7 +3455,7 @@ test.options += --no-progress $clone_cfg; $pkg_disfigure libhello 2>!; - $pkg_fetch -re ../libhello-1.0.1.tar.gz; + $pkg_fetch --replace --existing ../libhello-1.0.1.tar.gz; $pkg_unpack libhello; $* libhello 2>>~%EOE%; |