mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
TEST-04-JOURNAL: drop unexpected whitespace
This commit is contained in:
committed by
Yu Watanabe
parent
03b4a607f6
commit
d871e07285
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user