From 56dca5eea598e84a4fc99c07cc2704246a0cb3a6 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Mon, 17 Mar 2025 11:16:54 +0100 Subject: [PATCH] ports: fix assert in libc_integration Issue #5432 --- repos/libports/run/libc_integration.run | 1 - 1 file changed, 1 deletion(-) diff --git a/repos/libports/run/libc_integration.run b/repos/libports/run/libc_integration.run index 42594694b1..4f6870088b 100644 --- a/repos/libports/run/libc_integration.run +++ b/repos/libports/run/libc_integration.run @@ -14,7 +14,6 @@ if {[have_cmd_switch --autopilot]} { set current_date [clock format [clock seconds] -format %a] assert {$current_date == "Sat" || $current_date == "Sun"} \ "Autopilot mode is not supported on this platform today." - } assert {![have_include power_on/qemu]} \ "Autopilot mode is not supported on this platform."