From a39e5bfb9688f3eaab14272ba81ba78f7794f0d3 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sat, 7 Mar 2020 10:59:27 +0100 Subject: seek: fix fallback for missing ftruncate on Windows This fixes test 198 on versions of MinGW-w64 without ftruncate Reviewed-By: Daniel Stenberg Reviewed-By: Marcel Raad Closes #5055 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 9b4ad5cf5..25361a0b6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -81,7 +81,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "!198 !1139" + DISABLED_TESTS: "!1139" COMPILER_PATH: "C:\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k -- cgit v1.2.3