1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-13 01:00:23 +02:00

Fix typo in error message.

This commit is contained in:
David Steele
2019-01-05 14:43:40 +02:00
parent 59d7352f31
commit 842147321f
2 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ testRun(void)
{
TEST_ERROR(
ioHandleWriteOneStr(999999, strNew("test")), FileWriteError,
"unable to write to 4 byte(s) to handle: [9] Bad file descriptor");
"unable to write 4 byte(s) to handle: [9] Bad file descriptor");
// -------------------------------------------------------------------------------------------------------------------------
String *fileName = strNewFmt("%s/test.txt", testPath());