1
0
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:
Cynthia Shang 2019-07-17 15:44:55 -04:00 committed by David Steele
parent 7662d32e60
commit 6f981c53bb

View File

@ -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,