aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-auth.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/rep-auth.test
parentbe961c92f1306ad16392eb90dbaa579353c9033e (diff)
Redo pkg-status output
Diffstat (limited to 'tests/rep-auth.test')
-rw-r--r--tests/rep-auth.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rep-auth.test b/tests/rep-auth.test
index addaad3..0cf3fcf 100644
--- a/tests/rep-auth.test
+++ b/tests/rep-auth.test
@@ -129,8 +129,8 @@ rep_fetch += -d cfg
# Check if rep-fetch command was successfull or not.
#
-fetched = $pkg_status foo >'available 1 sys:?'
-not_fetched = $pkg_status foo >'unknown'
+fetched = $pkg_status foo >'foo available 1'
+not_fetched = $pkg_status foo >'foo unknown'
sc = " " # Space character to append to here-document line when required.