workaround for inconsistent error messages across boost versions

This commit is contained in:
Dennis Luxen 2014-03-20 14:38:16 +01:00
parent 8bd5f69e04
commit 538827942a

View File

@ -38,7 +38,7 @@ Feature: Command line options
When I run "osrm-routed --fly-me-to-the-moon" When I run "osrm-routed --fly-me-to-the-moon"
Then it should exit with code 255 Then it should exit with code 255
Then stdout should be empty Then stdout should be empty
And stderr should contain "unrecognised option '--fly-me-to-the-moon'" And stderr should contain "fly-me-to-the-moon"
Scenario: Missing file Scenario: Missing file
When I run "osrm-routed overtherainbow.osrm" When I run "osrm-routed overtherainbow.osrm"