[LinkerWrapper] Fix failing linker wrapper save temps test
authorJoseph Huber <jhuber6@vols.utk.edu>
Mon, 10 Oct 2022 20:55:55 +0000 (15:55 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Mon, 10 Oct 2022 20:56:46 +0000 (15:56 -0500)
commit52b8f3a80c6b2b1efcd91e2278bd9d63a0b1567b
tree3c939820af4cc504263ffacfb1e24ef14095c254
parent98190d2122d1eade17436ac7a460e7d2b07c380f
[LinkerWrapper] Fix failing linker wrapper save temps test

Summary:
This test started failing locally due to a misspelling of `-save-temps`
for the linker wrapper and the `ls` command not having the glob
arguments put in a string. This patch should fix it.
clang/test/Driver/linker-wrapper.c