From 1e95a4db7ca65fd78bdfbce20d3bcfa3d4706624 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 24 Feb 2020 12:18:27 +0200 Subject: [PATCH] fix appveyor #3 syntax --- CI-testing/continuous-integration-testing.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI-testing/continuous-integration-testing.pl b/CI-testing/continuous-integration-testing.pl index cd6c0cb..490fd60 100644 --- a/CI-testing/continuous-integration-testing.pl +++ b/CI-testing/continuous-integration-testing.pl @@ -116,7 +116,7 @@ if ($IS_WIN) do_system( { cmd => [ -"$WIN32__DOUBLE_AMPERSAND__PROPER_HANDLING__NEEDED_PREFIX && c:/foo/games/fortune.exe" +"$WIN32__DOUBLE_AMPERSAND__PROPER_HANDLING__NEEDED_PREFIX c:/foo/games/fortune.exe" ] } ); -- 2.40.0