remove not yet implemented flag
This commit is contained in:
parent
93c4762ed5
commit
2b3170322d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue