From 2b3170322ded29a23f88a6274e777a51541677ad Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 14 Mar 2013 17:01:57 -0700 Subject: [PATCH] remove not yet implemented flag --- tests/python_tests/mapnik_config_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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