Remove #line checks, it seems to be dependent on the boost version

This commit is contained in:
Patrick Niklaus
2016-03-01 19:19:31 +01:00
parent b787b993b6
commit 505833a534
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -28,7 +28,6 @@ Feature: osrm-routed command line options: help
And stdout should contain "--max-trip-size"
And stdout should contain "--max-table-size"
And stdout should contain "--max-matching-size"
And stdout should contain 30 lines
And it should exit with code 0
Scenario: osrm-routed - Help, short
@@ -55,7 +54,6 @@ Feature: osrm-routed command line options: help
And stdout should contain "--max-trip-size"
And stdout should contain "--max-table-size"
And stdout should contain "--max-matching-size"
And stdout should contain 30 lines
And it should exit with code 0
Scenario: osrm-routed - Help, long
@@ -82,5 +80,4 @@ Feature: osrm-routed command line options: help
And stdout should contain "--max-table-size"
And stdout should contain "--max-table-size"
And stdout should contain "--max-matching-size"
And stdout should contain 30 lines
And it should exit with code 0