From 1bc469f0fcc1e966b6f905ba90472f65b19026da Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 2 Mar 2015 22:55:01 +0000 Subject: [PATCH] Remove shell requirement from test/Modules/explicit-build-relpath.cpp It only relies on 'cd', which the internal shell has now. llvm-svn: 231031 --- clang/test/Modules/explicit-build-relpath.cpp | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.7.4