From: Reid Kleckner Date: Mon, 2 Mar 2015 22:55:01 +0000 (+0000) Subject: Remove shell requirement from test/Modules/explicit-build-relpath.cpp X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd12a444cbbed171e6e3a5369321cce6743d1fce;p=clang Remove shell requirement from test/Modules/explicit-build-relpath.cpp It only relies on 'cd', which the internal shell has now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231031 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/explicit-build-relpath.cpp b/test/Modules/explicit-build-relpath.cpp index d9c15660b6..f16556641d 100644 --- a/test/Modules/explicit-build-relpath.cpp +++ b/test/Modules/explicit-build-relpath.cpp @@ -1,5 +1,3 @@ -// REQUIRES: shell -// // RUN: rm -rf %t // RUN: mkdir %t // RUN: cd %t