aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-unpack.testscript
diff options
context:
space:
mode:
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'
}