]> granicus.if.org Git - clang/commit
Fix test/Driver/cl.c.
authorHans Wennborg <hans@hanshq.net>
Sat, 27 Jul 2013 06:19:03 +0000 (06:19 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 27 Jul 2013 06:19:03 +0000 (06:19 +0000)
commit46ae7858c2a6181172c91e447f5c440b459ec5fc
treece96b236a6b5a372b6a43ca371c20304def3aea3
parent34d55e1a315e6a4c132f463640af4ae6f8aed8e3
Fix test/Driver/cl.c.

This test would fail in weird ways on systems with a one-letter filename
in the root directory, because the shell would helpfully expand /? to e.g. /n.

Make sure this doesn't happen by adding quotes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187295 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/cl.c