summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7eb70e1f..f888789a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,6 +43,9 @@ install:
- echo %PATH%
- mkdir foo
- rmdir /s/q foo
+ - mkdir foo
+ - c:\perl\bin\perl -e "print system('rmdir /s/q foo')"
+ - c:\perl\bin\perl -v
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Tls12'"