ports: fix assert in libc_integration

Issue #5432
This commit is contained in:
Alexander Boettcher 2025-03-17 11:16:54 +01:00 committed by Norman Feske
parent 1c342e1bec
commit 56dca5eea5

View File

@ -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."