1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

[test] Do not sleep 1 second in case of config option error and test

This commit is contained in:
Witold Filipczyk 2024-11-03 13:24:12 +01:00
parent 2055a368e6
commit 1655143d0d

View File

@ -757,9 +757,9 @@ parse_config_file(struct option *options, const char *name,
fputc('\a', stderr);
if (get_cmd_opt_bool("dump")
|| get_cmd_opt_bool("source"))
if (get_cmd_opt_bool("dump") || get_cmd_opt_bool("source") || get_cmd_opt_bool("test")) {
return;
}
sleep(1);
}