]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-04-JOURNAL: drop unexpected whitespace
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 Jul 2025 14:42:29 +0000 (16:42 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Jul 2025 04:37:07 +0000 (13:37 +0900)
test/units/TEST-04-JOURNAL.journal-gatewayd.sh

index b6dc860b63c2bf11fcd3cf56e966b6d4e5ea10c5..617976e752fd2750a4037cc21cb95dc4bfc021fe 100755 (executable)
@@ -73,7 +73,7 @@ jq -se "length == 10" "$LOG_FILE"
     timeout 5 curl -LSfs \
          --header "Accept: application/json" \
          --header "Range: entries=:-1:" \
-         http://localhost:19531/entries?follow >"$LOG_FILE" ; \
+         http://localhost:19531/entries?follow >"$LOG_FILE"; \
     test $? -eq 124 # timeout should kill the curl process waiting for new entries
 )
 # Check that follow with num_entries returns the specified number of entries and exits