You've already forked pgbackrest
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:
@ -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());
|
||||
|
Reference in New Issue
Block a user