diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 | 
| commit | 06d4ba388873e6d1cfa9cd715a8935ecc8cd2097 (patch) | |
| tree | 3eb853da77d46cc77c4b017525a422f9ddb1385b /test/Driver/darwin-sdkroot.c | |
| parent | 30d791273d07fac9c0c1641a0731191bca6e8606 (diff) | |
Diffstat (limited to 'test/Driver/darwin-sdkroot.c')
| -rw-r--r-- | test/Driver/darwin-sdkroot.c | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/test/Driver/darwin-sdkroot.c b/test/Driver/darwin-sdkroot.c index b727fa6bb0ce..58bc683320ff 100644 --- a/test/Driver/darwin-sdkroot.c +++ b/test/Driver/darwin-sdkroot.c @@ -33,3 +33,10 @@  //  // It doesn't make sense on msys bash.  // REQUIRES: shell-preserves-root +// +// This test will fail with MSYS env.exe, since it does not preserve root, +// expanding / into C:/MINGW/MSYS/1.0. To see the problem, from cmd.exe run: +// +//   env SDKROOT=/ cmd //c echo %SDKROOT% +// +// This test passes using env.exe from GnuWin32. | 
