From 9f641b27821018c8bf45763c934976b689fc5718 Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 9 Jan 2025 01:39:14 +0200 Subject: [PATCH] w --- runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.sh b/runtests.sh index e0b6643c..c67f1f63 100755 --- a/runtests.sh +++ b/runtests.sh @@ -236,7 +236,7 @@ function run_test() fi else if [[ "$OS" =~ Windows ]]; then - command="bootstrap\stage$stage.exe" + command="bootstrap/stage$stage.exe" else command="bootstrap/stage$stage" fi