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:
parent
2055a368e6
commit
1655143d0d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user