mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Remove obsolete ignoreMissing parameter.
Contributed by Cynthia Shang.
This commit is contained in:
parent
7662d32e60
commit
6f981c53bb
@ -585,7 +585,6 @@ testRun(void)
|
||||
// -------------------------------------------------------------------------------------------------------------------------
|
||||
VariantList *paramList = varLstNew();
|
||||
varLstAdd(paramList, varNewStr(path));
|
||||
varLstAdd(paramList, varNewBool(false)); // ignoreMissing
|
||||
|
||||
TEST_RESULT_BOOL(
|
||||
storageRemoteProtocol(PROTOCOL_COMMAND_STORAGE_PATH_SYNC_STR, paramList, server), true,
|
||||
|
Loading…
Reference in New Issue
Block a user