Skip to content

Commit 31b5f92

Browse files
authored
Merge pull request systemd#24974 from yuwata/sd-journal
sd-journal: several cleanups and follow-ups for compact mode PR
2 parents 63238ef + df04b9e commit 31b5f92

File tree

4 files changed

+259
-148
lines changed

4 files changed

+259
-148
lines changed

src/journal/test-journal-flush.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ static void test_journal_flush(int argc, char *argv[]) {
5858
assert_se(r >= 0 ||
5959
IN_SET(r, -EBADMSG, /* corrupted file */
6060
-EPROTONOSUPPORT, /* unsupported compression */
61-
-EIO, /* file rotated */
62-
-EADDRNOTAVAIL)); /* corrupted file */
61+
-EIO)); /* file rotated */
6362

6463
if (++n >= 10000)
6564
break;

0 commit comments

Comments
 (0)