diff options
Diffstat (limited to 'devel/libfaketime/files/patch-test_functests_test__exclude__mono.sh')
-rw-r--r-- | devel/libfaketime/files/patch-test_functests_test__exclude__mono.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libfaketime/files/patch-test_functests_test__exclude__mono.sh b/devel/libfaketime/files/patch-test_functests_test__exclude__mono.sh index 146f2a00f872..1fb49ca761b9 100644 --- a/devel/libfaketime/files/patch-test_functests_test__exclude__mono.sh +++ b/devel/libfaketime/files/patch-test_functests_test__exclude__mono.sh @@ -1,9 +1,9 @@ ---- test/functests/test_exclude_mono.sh.orig 2016-06-27 06:54:00 UTC +--- test/functests/test_exclude_mono.sh.orig 2025-06-09 12:31:15 UTC +++ test/functests/test_exclude_mono.sh -@@ -65,7 +65,7 @@ get_monotonic_time() - dont_fake_mono=$1; shift; +@@ -66,7 +66,7 @@ get_monotonic_time() clock_id=$1; shift; - DONT_FAKE_MONOTONIC=${dont_fake_mono} fakecmd "2014-07-21 09:00:00" \ + FAKETIME_DONT_FAKE_MONOTONIC=${dont_fake_mono} \ + fakecmd "2014-07-21 09:00:00" \ - /bin/bash -c "for i in 1 2; do \ + /usr/bin/env bash -c "for i in 1 2; do \ perl -w -MTime::HiRes=clock_gettime,${clock_id} -E \ |