You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-13 01:00:23 +02:00
Fix comment typo.
This commit is contained in:
@ -535,7 +535,7 @@ testRun(void)
|
||||
TEST_ERROR(ioRead(ioHandleReadIo(read), buffer), FileReadError, "unable to read data from read test after 1000ms");
|
||||
TEST_RESULT_UINT(bufSize(buffer), 16, "buffer is only partially read");
|
||||
|
||||
// Not read a buffer that is transmitted in two parts
|
||||
// Read a buffer that is transmitted in two parts
|
||||
buffer = bufNew(16);
|
||||
|
||||
TEST_RESULT_UINT(ioRead(ioHandleReadIo(read), buffer), 16, "read buffer");
|
||||
|
Reference in New Issue
Block a user