This is an archive of the discontinued LLVM Phabricator instance.

Use the current working directory in the glob expansion
ClosedPublic

Authored by rafael on Mar 30 2017, 2:25 PM.

Details

Summary

This fixes tests that do things like

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

Diff Detail

Event Timeline

rafael created this revision.Mar 30 2017, 2:25 PM
rnk accepted this revision.Mar 30 2017, 4:13 PM

lgtm

This revision is now accepted and ready to land.Mar 30 2017, 4:13 PM
rafael closed this revision.Mar 31 2017, 6:00 AM