Skip to content
Snippets Groups Projects
Commit 9f4f9c4f authored by Nicole Cordes's avatar Nicole Cordes Committed by Stefan Neufeind
Browse files

[BUGFIX] FunctionalTestCaseBootstrapUtility throws warnings on Windows

If the FunctionalTestCaseBootstrapUtility::removeInstance() tries to
delete an existing symlink to a folder, the function unlink() is used.
This leads to a warning on Windows systems because unlink can only
delete files and symlinks to files.
This patch adds a rmdir() call for symlinks which works for Windows
system as well.

Resolves: #56892
Releases: 6.2
Change-Id: I2de757daea89a65a0a631c7592287e16218c1452
Reviewed-on: https://review.typo3.org/28371
Reviewed-by: Stefan Neufeind
Tested-by: Stefan Neufeind
parent 7cf15c8e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment