diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-14 11:55:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-14 11:55:38 +0200 |
commit | 5487be65a6f493968c0e997d93bcd5c2d87158ef (patch) | |
tree | faf8f7d528bf4e6c2611c894f6c3165d9fd2488c /tests/rep-auth.test | |
parent | acf830d519ba2b467f5eb0968b44a514b1b0e2b3 (diff) |
Add --no-result option to suppress printing informational messages
Diffstat (limited to 'tests/rep-auth.test')
-rw-r--r-- | tests/rep-auth.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rep-auth.test b/tests/rep-auth.test index 987a3fe..addaad3 100644 --- a/tests/rep-auth.test +++ b/tests/rep-auth.test @@ -611,7 +611,7 @@ sc = " " # Space character to append to here-document line when required. echo '\' >+rep/repositories.manifest; $rep_create --key $key rep &rep/packages.manifest 2>>/EOE != 0 - adding foo 1 + added foo 1 error: invalid certificate for rep/: no email EOE } @@ -626,7 +626,7 @@ sc = " " # Space character to append to here-document line when required. echo '\' >+rep/repositories.manifest; $rep_create --key $key rep &rep/packages.manifest 2>>/EOE != 0 - adding foo 1 + added foo 1 error: certificate for repository rep/ has expired EOE } |