]> granicus.if.org Git - clang/commitdiff
Re-enable this test on Windows since it passes with GnuWin32 env.exe.
authorYaron Keren <yaron.keren@gmail.com>
Tue, 4 Nov 2014 14:54:37 +0000 (14:54 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 4 Nov 2014 14:54:37 +0000 (14:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221271 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/darwin-sdkroot.c

index 8af2965a3a1f90fb5ee768b825f1ac2906050de2..58bc683320ff836b8070c730be344448d88e7157 100644 (file)
 //
 // It doesn't make sense on msys bash.
 // REQUIRES: shell-preserves-root
-// Even running under cmd.exe and not the msys shell, the msys 1.0 env
-// command will *not* preserve root, expanding / into C:/MINGW/MSYS/1.0.
-// To see, from the command prompt of cmd.exe run:
+//
+// 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%
-// To be sure we have real env program from a real shell and not the MSYS one:
-// REQUIRES: shell
+//
+// This test passes using env.exe from GnuWin32.