Skip to content
Snippets Groups Projects
Verified Commit b6eddd93 authored by Petr Špaček's avatar Petr Špaček
Browse files

tests: avoid deprecated -f 1 in config tests, use -n

Omission in a339ee10.

Related: #529
parent 74b46f1b
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ foreach config_test : config_tests
run_configtest,
args: [
'-c', files('test.cfg'),
'-f', '1',
'-n'
],
env: conftest_env,
suite: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment