aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-unpack.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-31 22:05:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-31 22:27:10 +0300
commit0a9b30024ee486bb1631f75cbc559d0df1852e27 (patch)
treee424bc3a961a455bab098efe9597a75a26194d6e /tests/pkg-unpack.testscript
parent88da1215cc9c1790f3cd111417dae72910c8f2fc (diff)
Combine multiple single-character options into a single argument for testscript commands
Diffstat (limited to 'tests/pkg-unpack.testscript')
-rw-r--r--tests/pkg-unpack.testscript10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/pkg-unpack.testscript b/tests/pkg-unpack.testscript
index a56168d..834e0df 100644
--- a/tests/pkg-unpack.testscript
+++ b/tests/pkg-unpack.testscript
@@ -132,8 +132,8 @@ $* 2>>EOE != 0
info: use 'pkg-unpack --replace|-r' to replace
EOE
- $* -r -e $src/libfoo-1.1.0 2>'using libfoo/1.1.0 (external)';
- $pkg_status libfoo/1.1.0 1>'libfoo unpacked 1.1.0';
+ $* -re $src/libfoo-1.1.0 2>'using libfoo/1.1.0 (external)';
+ $pkg_status libfoo/1.1.0 1>'libfoo unpacked 1.1.0';
$pkg_purge libfoo 2>'purged libfoo/1.1.0'
}
@@ -151,8 +151,8 @@ $* 2>>EOE != 0
info: use 'pkg-unpack --replace|-r' to replace
EOE
- $* -r -e $src/libfoo-1.1.0 2>'using libfoo/1.1.0 (external)';
- $pkg_status libfoo/1.1.0 1>'libfoo unpacked 1.1.0';
+ $* -re $src/libfoo-1.1.0 2>'using libfoo/1.1.0 (external)';
+ $pkg_status libfoo/1.1.0 1>'libfoo unpacked 1.1.0';
$pkg_purge libfoo 2>'purged libfoo/1.1.0'
}
@@ -198,7 +198,7 @@ $* 2>>EOE != 0
$clone_cfg;
cp --no-cleanup -r $src/libfoo-1.1.0 ./;
- $* -p -e libfoo-1.1.0 2>'using libfoo/1.1.0 (external)';
+ $* -pe libfoo-1.1.0 2>'using libfoo/1.1.0 (external)';
$pkg_purge libfoo 2>'purged libfoo/1.1.0'
}