diff --git a/features/options/routed/help.feature b/features/options/routed/help.feature index 2e1357311..8f64bd967 100644 --- a/features/options/routed/help.feature +++ b/features/options/routed/help.feature @@ -13,13 +13,6 @@ Feature: osrm-routed command line options: help And stdout should contain "--help" And stdout should contain "--trial" And stdout should contain "Configuration:" - And stdout should contain "--hsgrdata arg" - And stdout should contain "--nodesdata arg" - And stdout should contain "--edgesdata arg" - And stdout should contain "--ramindex arg" - And stdout should contain "--fileindex arg" - And stdout should contain "--namesdata arg" - And stdout should contain "--timestamp arg" And stdout should contain "--ip" And stdout should contain "--port" And stdout should contain "--threads" @@ -39,13 +32,6 @@ Feature: osrm-routed command line options: help And stdout should contain "--help" And stdout should contain "--trial" And stdout should contain "Configuration:" - And stdout should contain "--hsgrdata arg" - And stdout should contain "--nodesdata arg" - And stdout should contain "--edgesdata arg" - And stdout should contain "--ramindex arg" - And stdout should contain "--fileindex arg" - And stdout should contain "--namesdata arg" - And stdout should contain "--timestamp arg" And stdout should contain "--ip" And stdout should contain "--port" And stdout should contain "--threads" @@ -65,13 +51,6 @@ Feature: osrm-routed command line options: help And stdout should contain "--help" And stdout should contain "--trial" And stdout should contain "Configuration:" - And stdout should contain "--hsgrdata arg" - And stdout should contain "--nodesdata arg" - And stdout should contain "--edgesdata arg" - And stdout should contain "--ramindex arg" - And stdout should contain "--fileindex arg" - And stdout should contain "--namesdata arg" - And stdout should contain "--timestamp arg" And stdout should contain "--ip" And stdout should contain "--port" And stdout should contain "--threads"