diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-02-13 09:45:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 09:45:50 +0100 |
commit | c9cdbaed172fd13415abb5c05ac9c661383c9258 (patch) | |
tree | 79452c14f7f6247ab90c8725323c30590bc61992 /src/libsystemd/sd-journal | |
parent | cryptsetup: Add optional support for linking volume key in keyring. (diff) | |
parent | TODO: add --dry-run/-n (diff) | |
download | systemd-c9cdbaed172fd13415abb5c05ac9c661383c9258.tar.xz systemd-c9cdbaed172fd13415abb5c05ac9c661383c9258.zip |
Merge pull request #30380 from keszybz/tmpfiles-dry-run
Make tmpfiles/sysusers nicer with local files and implement tmpfiles --dry-run
Diffstat (limited to 'src/libsystemd/sd-journal')
-rw-r--r-- | src/libsystemd/sd-journal/test-journal-interleaving.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-journal/test-journal-interleaving.c b/src/libsystemd/sd-journal/test-journal-interleaving.c index 688fea392b..7a8b1b840f 100644 --- a/src/libsystemd/sd-journal/test-journal-interleaving.c +++ b/src/libsystemd/sd-journal/test-journal-interleaving.c @@ -502,7 +502,7 @@ static void test_sequence_numbers_one(void) { test_close(one); /* If the machine-id is not initialized, the header file verification - * (which happens when re-opening a journal file) will fail. */ + * (which happens when reopening a journal file) will fail. */ if (sd_id128_get_machine(NULL) >= 0) { /* restart server */ seqnum = 0; |