test that options do not allow append without slim

This commit is contained in:
Sarah Hoffmann
2020-01-07 21:26:54 +01:00
parent d7908f92d0
commit 704ade2bc2

View File

@ -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]")