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-Tag: llvmorg-3.7.0-rc1~10396 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bc469f0fcc1e966b6f905ba90472f65b19026da;p=platform%2Fupstream%2Fllvm.git Remove shell requirement from test/Modules/explicit-build-relpath.cpp It only relies on 'cd', which the internal shell has now. llvm-svn: 231031 --- diff --git a/clang/test/Modules/explicit-build-relpath.cpp b/clang/test/Modules/explicit-build-relpath.cpp index d9c1566..f165566 100644 --- a/clang/test/Modules/explicit-build-relpath.cpp +++ b/clang/test/Modules/explicit-build-relpath.cpp @@ -1,5 +1,3 @@ -// REQUIRES: shell -// // RUN: rm -rf %t // RUN: mkdir %t // RUN: cd %t