diff --git a/tests/python_tests/mapnik_config_test.py b/tests/python_tests/mapnik_config_test.py index b6daa80a8..b791cffc4 100644 --- a/tests/python_tests/mapnik_config_test.py +++ b/tests/python_tests/mapnik_config_test.py @@ -46,8 +46,7 @@ def test_mapnik_config_valid_opts(): '--includes', '--dep-includes', '--cxxflags', - '--cflags', - '--all-flags' + '--cflags' ] for item in valid_args: cmd = 'mapnik-config ' + item