From 78391e6530352bdf66ba5d38c3dac9fc70bb0578 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 1 May 2024 17:02:50 +0300 Subject: [PATCH] test, watcom.mif: revert 9ecdcd8bb and use %copy instead Ref.: https://github.com/open-watcom/open-watcom-v2/issues/1281. --- test/watcom.mif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/watcom.mif b/test/watcom.mif index aa15f66954..d640f5fa64 100644 --- a/test/watcom.mif +++ b/test/watcom.mif @@ -108,14 +108,14 @@ testutils.lib: testutils.obj check: .SYMBOLIC $(TESTS) @set SDL_AUDIODRIVER=dummy @set SDL_VIDEODRIVER=dummy - @copy ..\SDL2.dll . + @%copy "../SDL2.dll" . @for %exe in ($(TESTS)) do %exe check-quick: .SYMBOLIC $(TESTS) @set SDL_TESTS_QUICK=1 @set SDL_AUDIODRIVER=dummy @set SDL_VIDEODRIVER=dummy - @copy ..\SDL2.dll . + @%copy "../SDL2.dll" . @for %exe in ($(TESTS)) do %exe clean: .SYMBOLIC