mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-19 16:28:16 +00:00
test that options do not allow append without slim
This commit is contained in:
@ -37,6 +37,8 @@ TEST_CASE("Incompatible arguments", "[NoDB]")
|
||||
bad_opt({"--drop"}, "drop only makes sense with");
|
||||
|
||||
bad_opt({"-j", "-k"}, "You can not specify both");
|
||||
|
||||
bad_opt({"-a"}, "--append can only be used with slim mode");
|
||||
}
|
||||
|
||||
TEST_CASE("Middle selection", "[NoDB]")
|
||||
|
Reference in New Issue
Block a user