summaryrefslogtreecommitdiff
path: root/clab.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-04-20 09:03:37 +0300
committerLars Wirzenius <liw@liw.fi>2021-04-20 09:03:37 +0300
commiteccfd79e12187468fc491078c5d32f531c686f01 (patch)
treec01fdb27b2960188ec89d446fa03de3ce4d75093 /clab.md
parent09222b55e69b409b3408c325b47b7936ca0ac08d (diff)
downloadclab-eccfd79e12187468fc491078c5d32f531c686f01.tar.gz
fix: output of mutt-query
Diffstat (limited to 'clab.md')
-rw-r--r--clab.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/clab.md b/clab.md
index 9b2bef4..f471726 100644
--- a/clab.md
+++ b/clab.md
@@ -13,6 +13,9 @@ then command is successful
when I run clab search Alice
then command is successful
then stdout is exactly ""
+
+when I try to run clab mutt-query Alice
+then command fails
~~~
# Alice and Bob
@@ -43,10 +46,7 @@ then stdout doesn't contain "Bob"
when I run clab mutt-query Alice
then command is successful
-then stdout contains "Alice Atherthon"
-then stdout contains "alice@example.com"
-then stdout doesn't contain "Bob"
-then stdout doesn't contain "bob@example.com"
+then stdout is exactly "clab found matches:\nalice@example.com\tAlice Atherthon\n"
~~~
~~~{#address-book.yaml .file .yaml}