1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Fix typos in test titles.

This commit is contained in:
David Steele 2023-05-06 12:16:58 +03:00
parent 6f250bf686
commit 2fc6413837

View File

@ -207,7 +207,7 @@ testRun(void)
TEST_RESULT_BOOL(storageInfoP(storageRootNoPath, NULL, .ignoreMissing = true).exists, false, "no info for /");
// -------------------------------------------------------------------------------------------------------------------------
TEST_TITLE("directory does not exists");
TEST_TITLE("directory does not exist");
const String *fileName = STRDEF(TEST_PATH "/fileinfo");
@ -216,7 +216,7 @@ testRun(void)
strZ(fileName));
// -------------------------------------------------------------------------------------------------------------------------
TEST_TITLE("file does not exists");
TEST_TITLE("file does not exist");
StorageInfo info = {0};
TEST_ASSIGN(info, storageInfoP(storageTest, fileName, .ignoreMissing = true), "get file info (missing)");