From d871e0728596444e8da0b91b038e176f1654e313 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 8 Jul 2025 16:42:29 +0200 Subject: [PATCH] TEST-04-JOURNAL: drop unexpected whitespace --- test/units/TEST-04-JOURNAL.journal-gatewayd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3