]> git.proxmox.com Git - pve-storage.git/blobdiff - test/run_plugin_tests.pl
test: force ctime to UTC
[pve-storage.git] / test / run_plugin_tests.pl
index e29fc881eccf58de454338d71a923a55e44fcbe2..54322bb00055124fb3192dd7601ba74ce94ff26c 100755 (executable)
@@ -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 });