[Driver] Fix tests not to fail randomly on Windows
authorPaul Robinson <paul.robinson@sony.com>
Wed, 21 Dec 2022 17:36:36 +0000 (09:36 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Wed, 21 Dec 2022 17:37:12 +0000 (09:37 -0800)
commitd4959b5a4bb888789f99a952a1304ce915dfee2f
tree81627ade27310ecbd965507a39d2bc65920bbedf
parentc0b775a5b506408bcdd9ffe31a51400a99734f2c
[Driver] Fix tests not to fail randomly on Windows

These used a regex that didn't guard against backslashes, so
getting "lucky" with a temp dir name could make them fail.
clang/test/Driver/freebsd.c
clang/test/Driver/fuchsia.c
clang/test/Driver/netbsd.c
clang/test/Driver/openbsd.c