Remove shell requirement from test/Modules/explicit-build-relpath.cpp

It only relies on 'cd', which the internal shell has now.

llvm-svn: 231031
This commit is contained in:
Reid Kleckner 2015-03-02 22:55:01 +00:00
parent 83fb85c8f0
commit 1bc469f0fc
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
// REQUIRES: shell
//
// RUN: rm -rf %t
// RUN: mkdir %t
// RUN: cd %t