mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
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
This commit is contained in:
parent
2f4c36357b
commit
a39e5bfb96
3 changed files with 7 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue