Use the current working directory in the glob expansion
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 31 Mar 2017 12:46:39 +0000 (12:46 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 31 Mar 2017 12:46:39 +0000 (12:46 +0000)
commit46cc7df98a4dbc84fb2fceff5e590e1ab5a9d11b
tree5e5ec42128d2fe1b750197cd77c18401202cea9f
parent50c374f37aba47c8a818a221efb1d06a426deb87
Use the current working directory in the glob expansion

This fixes tests that do things like

mkdir <dir>
cd <dir>
..
<cmd> *.foo

llvm-svn: 299209
llvm/utils/lit/lit/ShCommands.py
llvm/utils/lit/lit/TestRunner.py