aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-fetch.test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-16 14:25:17 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-16 19:03:39 +0300
commit36026ec0a05d74776114ddf5aee096fbda9bc7ee (patch)
tree069ae3f92988641749b3b77865c2b9a12e74e8bb /tests/pkg-fetch.test
parentbe961c92f1306ad16392eb90dbaa579353c9033e (diff)
Redo pkg-status output
Diffstat (limited to 'tests/pkg-fetch.test')
-rw-r--r--tests/pkg-fetch.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/pkg-fetch.test b/tests/pkg-fetch.test
index 919db7d..f7b8be2 100644
--- a/tests/pkg-fetch.test
+++ b/tests/pkg-fetch.test
@@ -123,7 +123,7 @@ $* libfoo/1.0.0 2>>/EOE != 0
%.*fetched libfoo/1.0.0%
EOE
- $pkg_status libfoo/1.0.0 1>'fetched; available';
+ $pkg_status libfoo/1.0.0 1>'libfoo fetched 1.0.0';
$* libfoo/1.0.0 2>>/EOE != 0;
error: package libfoo already exists in configuration cfg/
@@ -146,7 +146,7 @@ $* libfoo/1.0.0 2>>/EOE != 0
$clone_cfg;
$* -e $src/t1/libfoo-1.0.0.tar.gz 2>'using libfoo/1.0.0 (external)';
- $pkg_status libfoo/1.0.0 1>'fetched; available';
+ $pkg_status libfoo/1.0.0 1>'libfoo fetched 1.0.0';
$pkg_unpack libfoo 2>'unpacked libfoo/1.0.0';
test.arguments += --replace; # Replace existing package.
@@ -156,19 +156,19 @@ $* libfoo/1.0.0 2>>/EOE != 0
%.*fetched libfoo/1.1.0%
EOE
- $pkg_status libfoo/1.1.0 1>'fetched; available';
+ $pkg_status libfoo/1.1.0 1>'libfoo fetched 1.1.0';
$pkg_unpack libfoo 2>'unpacked libfoo/1.1.0';
$* -e $src/t1/libfoo-1.0.0.tar.gz 2>'using libfoo/1.0.0 (external)';
- $pkg_status libfoo/1.0.0 1>'fetched; available';
+ $pkg_status libfoo/1.0.0 1>'libfoo fetched 1.0.0';
$* libfoo/1.1.0 2>>~%EOE%;
%.*
%.*fetched libfoo/1.1.0%
EOE
- $pkg_status libfoo/1.1.0 1>'fetched; available';
+ $pkg_status libfoo/1.1.0 1>'libfoo fetched 1.1.0';
$* -e $src/t1/libfoo-1.0.0.tar.gz 2>'using libfoo/1.0.0 (external)';
- $pkg_status libfoo/1.0.0 1>'fetched; available';
+ $pkg_status libfoo/1.0.0 1>'libfoo fetched 1.0.0';
$pkg_purge libfoo 2>'purged libfoo/1.0.0'
}
@@ -197,7 +197,7 @@ $* libfoo/1.0.0 2>>/EOE != 0
%.*fetched libhello/1.0.0%
EOE
- $pkg_status libhello/1.0.0 1>'fetched; available';
+ $pkg_status libhello/1.0.0 1>'libhello fetched 1.0.0';
$pkg_purge libhello 2>'purged libhello/1.0.0'
}