From cbe3082f832be687626191d4b310db53855d7021 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Tue, 4 Nov 2014 14:54:37 +0000 Subject: [PATCH] Re-enable this test on Windows since it passes with GnuWin32 env.exe. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221271 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/darwin-sdkroot.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/test/Driver/darwin-sdkroot.c b/test/Driver/darwin-sdkroot.c index 8af2965a3a..58bc683320 100644 --- a/test/Driver/darwin-sdkroot.c +++ b/test/Driver/darwin-sdkroot.c @@ -33,9 +33,10 @@ // // 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. -- 2.40.0