From 538827942a93022d5f57a6dd51faf6ae315b6ab4 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 20 Mar 2014 14:38:16 +0100 Subject: [PATCH] workaround for inconsistent error messages across boost versions --- features/options/options.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/options/options.feature b/features/options/options.feature index f87e0ccd1..a04b9c506 100644 --- a/features/options/options.feature +++ b/features/options/options.feature @@ -38,7 +38,7 @@ Feature: Command line options When I run "osrm-routed --fly-me-to-the-moon" Then it should exit with code 255 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 When I run "osrm-routed overtherainbow.osrm"