summaryrefslogtreecommitdiff
path: root/build/appveyor/MSYS-appveyor-test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/appveyor/MSYS-appveyor-test.bat')
-rw-r--r--build/appveyor/MSYS-appveyor-test.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/appveyor/MSYS-appveyor-test.bat b/build/appveyor/MSYS-appveyor-test.bat
index 45bb39061..0cc3f76d3 100644
--- a/build/appveyor/MSYS-appveyor-test.bat
+++ b/build/appveyor/MSYS-appveyor-test.bat
@@ -16,8 +16,8 @@
SETLOCAL EnableDelayedExpansion
CD build\appveyor || EXIT /B
-CALL cl_banner_test.bat || EXIT /B
-CALL cl_setenv.bat || EXIT /B
+CALL win_banner_test.bat || EXIT /B
+CALL win_setenv.bat || EXIT /B
CD "%BUILDDIR%" || EXIT /B
:: randomly fails on mingw; see Jira THRIFT-4106