Remove superfluous hyphen from short form of --version in tests

This commit is contained in:
Mateusz Loskot
2017-08-30 10:09:12 +02:00
parent efaed59b9b
commit 628a154d7f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Feature: osrm-extract command line options: version
Given the profile "testbot"
Scenario: osrm-extract - Version, short
When I run "osrm-extract --v"
When I run "osrm-extract -v"
Then stderr should be empty
And stdout should contain 1 line
And stdout should contain /(v\d{1,2}\.\d{1,2}\.\d{1,2}|\w*-\d+-\w+)/