Commit 17ebdc8
committed
.appveyor.yml: Put
The previous commit failed with the same errors as before:
https://ci.appveyor.com/project/mbland/go-script-bash/build/v1.6.0.3
Upon closer inspection, both of the failing tests executed `perl`.
Indeed, the Appveyor images have Perl installed separately from Git and
available in the PATH:
https://www.appveyor.com/docs/build-environment/#perl
This Perl is most likely doing the Unix-to-native path translation. This
change attempts to fix the tests by ensuring the MSYS2 Perl that comes
with Git for Windows will get executed instead./usr/bin first in PATH
1 parent 34452a8 commit 17ebdc8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
0 commit comments