1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Fix typo.

This commit is contained in:
Cynthia Shang 2020-03-19 12:11:20 -04:00 committed by David Steele
parent d677b07081
commit 73315268fd

View File

@ -2069,7 +2069,7 @@ testRun(void)
harnessCfgLoad(cfgCmdBackup, argList);
// Create file to copy from the standby. This file will be zero-length on the primary and non-zero-length on the standby
// but not bytes will be copied.
// but no bytes will be copied.
storagePutP(storageNewWriteP(storagePgIdWrite(1), STRDEF(PG_PATH_BASE "/1/1"), .timeModified = backupTimeStart), NULL);
storagePutP(storageNewWriteP(storagePgIdWrite(2), STRDEF(PG_PATH_BASE "/1/1")), BUFSTRDEF("1234"));