Add tests for format_call_external_argv

This commit is contained in:
William Wennerström
2020-12-07 16:16:15 +01:00
parent 4a1c118b8b
commit 867d895469
5 changed files with 91 additions and 19 deletions

View File

@@ -155,7 +155,7 @@ aesgcm_file_get(void* userdata)
aesgcm_dl->filename,
aesgcm_dl->filename);
// TODO(wstrm): Log the error.
// TODO: Log the error.
if (!call_external(argv, NULL, NULL)) {
http_print_transfer_update(aesgcm_dl->window, aesgcm_dl->url,
"Downloading '%s' failed: Unable to call "
@@ -163,7 +163,7 @@ aesgcm_file_get(void* userdata)
aesgcm_dl->url,
aesgcm_dl->cmd_template,
aesgcm_dl->filename,
"TODO(wstrm): Log the error");
"TODO: Log the error");
}
g_strfreev(argv);