test: force ctime to UTC
otherwise this test fails depending on TZ of the testing system Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
# to ensure consistent ctime values on all systems
|
||||
$ENV{TZ} = 'UTC';
|
||||
|
||||
use TAP::Harness;
|
||||
|
||||
my $harness = TAP::Harness->new( { verbosity => -1 });
|
||||
|
||||
Reference in New Issue
Block a user