From: Zbigniew Jędrzejewski-Szmek Date: Tue, 8 Jul 2025 14:42:29 +0000 (+0200) Subject: TEST-04-JOURNAL: drop unexpected whitespace X-Git-Tag: v258-rc1~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d871e0728596444e8da0b91b038e176f1654e313;p=thirdparty%2Fsystemd.git TEST-04-JOURNAL: drop unexpected whitespace --- diff --git a/test/units/TEST-04-JOURNAL.journal-gatewayd.sh b/test/units/TEST-04-JOURNAL.journal-gatewayd.sh index b6dc860b63c..617976e752f 100755 --- a/test/units/TEST-04-JOURNAL.journal-gatewayd.sh +++ b/test/units/TEST-04-JOURNAL.journal-gatewayd.sh @@ -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