]> git.proxmox.com Git - pmg-log-tracker.git/blobdiff - tests/tests_time_rfc3339.rs
tests: update to match the compatibility changes
[pmg-log-tracker.git] / tests / tests_time_rfc3339.rs
index 874a332886fad062154b873abfef9d73adea333c..edcfaceef6e50798b5aa529eeb93ebf46dfb688a 100644 (file)
@@ -6,7 +6,10 @@ mod utils;
 
 #[test]
 fn after_queue_time_rfc3339_mixed() {
-    let output = Command::new(utils::log_tracker_path())
+    let output = Command::new("faketime")
+        .env("TZ", "Europe/Vienna")
+        .arg("2023-06-28 23:59:59")
+        .arg(utils::log_tracker_path())
         .arg("-vv")
         .arg("-s")
         .arg("2023-06-23 00:00:00")