diff options
author | Richard Maw <richard.maw@gmail.com> | 2016-11-05 15:33:33 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@gmail.com> | 2016-11-05 15:33:33 +0000 |
commit | fa3b41dd63dfba13bc2abb5c9ec4b2fd07beeb98 (patch) | |
tree | 528aafc7ab8b7a7a5e1d7a3ddf707edc172dae69 /testing/02-commands-count-objects.yarn | |
parent | 6e3393b085d2be0af1638947bc40f06f42b348b7 (diff) | |
download | gitano-fa3b41dd63dfba13bc2abb5c9ec4b2fd07beeb98.tar.gz |
testing: Test that count-objects mentions object and byte counts
Diffstat (limited to 'testing/02-commands-count-objects.yarn')
-rw-r--r-- | testing/02-commands-count-objects.yarn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/02-commands-count-objects.yarn b/testing/02-commands-count-objects.yarn index 5d83932..1f200d6 100644 --- a/testing/02-commands-count-objects.yarn +++ b/testing/02-commands-count-objects.yarn @@ -11,3 +11,7 @@ since that would be an information leak that the repository exists. WHEN alice main, expecting failure, runs count-objects gitano-admin THEN stderr contains CRIT: Ruleset denied action. + + WHEN testinstance adminkey runs count-objects gitano-admin + THEN stdout contains objects + AND stdout contains bytes |