diff --git a/ci/system_integration_test.d b/ci/system_integration_test.d index 65fc7055299..82261feabcc 100755 --- a/ci/system_integration_test.d +++ b/ci/system_integration_test.d @@ -52,7 +52,7 @@ immutable Cleanup = [ "rm", "-rf", IntegrationPath.buildPath("node/0/.cache/"), IntegrationPath.buildPath("node/6/.cache/"), IntegrationPath.buildPath("node/7/.cache/"), ]; -auto SetGenesisTimestamp = ["sed", "-i", +auto SetGenesisTimestamp = ["sed", "-i''", "s/genesis_timestamp: [0-9]\\+/genesis_timestamp: curr_time/g", IntegrationPath.buildPath("node/0/config.yaml"), IntegrationPath.buildPath("node/2/config.yaml"),