[cache_metadata_size] tweak an error message

This commit is contained in:
Joe Thornber 2014-07-21 11:58:48 +01:00
parent 9470937b10
commit fbce4d96f4

View File

@ -63,7 +63,7 @@ Feature: cache_metadata_size
When I run cache_metadata_size with --block-size 64 When I run cache_metadata_size with --block-size 64
Then it should fail with: Then it should fail with:
""" """
Please specify either --device-size and --block-size, or --nr-blocks. If you specify --block-size you must also give --device-size.
""" """
Scenario: Contradictory info causes fail Scenario: Contradictory info causes fail