summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-journal
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-02-13 09:45:50 +0100
committerGitHub <noreply@github.com>2024-02-13 09:45:50 +0100
commitc9cdbaed172fd13415abb5c05ac9c661383c9258 (patch)
tree79452c14f7f6247ab90c8725323c30590bc61992 /src/libsystemd/sd-journal
parentcryptsetup: Add optional support for linking volume key in keyring. (diff)
parentTODO: add --dry-run/-n (diff)
downloadsystemd-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.c2
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;