diff --git a/features/thin_check.feature b/features/thin_check.feature index 2047eff..c6c614c 100644 --- a/features/thin_check.feature +++ b/features/thin_check.feature @@ -72,4 +72,11 @@ Feature: thin_check Scenario: --ignore-non-fatal-errors check passes on valid metadata Given valid metadata When I run thin_check with --ignore-non-fatal-errors - Then it should pass \ No newline at end of file + Then it should pass + + Scenario: -q should give no output + Given a corrupt superblock + When I run thin_check with --quiet + Then it should fail with: + """ + """ \ No newline at end of file