From 73135ff6f067b72e40ef1aa0aaeb4d6c1aedf98f Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 5 Jan 2026 19:25:13 +0100 Subject: [PATCH] test/system: fix log timestamp work around We have the full nanosecond precision now also in the remote API after commit 60a5a476d5. Signed-off-by: Paul Holzinger --- test/system/035-logs.bats | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/system/035-logs.bats b/test/system/035-logs.bats index c2fd7908be..d00fc9f032 100644 --- a/test/system/035-logs.bats +++ b/test/system/035-logs.bats @@ -43,13 +43,6 @@ function _log_test_tail() { assert "$log1" =~ "^[0-9-]+T[0-9:.]+([\+-][0-9:]+|Z) test2" \ "logs should only show last line" - # Sigh. I hate doing this, but podman-remote --timestamp only has 1-second - # resolution (regular podman has sub-second). For the timestamps-differ - # check below, we need to force a different second. - if is_remote; then - sleep 2 - fi - run_podman restart $cid run_podman wait $cid