[llvm-ranlib] Relax D-flag.test to allow it to pass on Windows hosts
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Thu, 2 Jan 2020 14:53:33 +0000 (14:53 +0000)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Thu, 2 Jan 2020 14:59:48 +0000 (14:59 +0000)
commita4f3847f3d5742cfab7acdc614e7ca54643e0c85
tree123f22c3cd36d6bd6f06e05abc23e0d7bc2b1900
parent88fc5fdef6f7a7af4153fa9fd9c7a142e9f4342d
[llvm-ranlib] Relax D-flag.test to allow it to pass on Windows hosts

It appears that Windows hosts always report rwxrwxrwx even with the
chmod 644 invocation. As this test only cares about the timestamps
and not the permissions, use a regex wildcard instead.
llvm/test/tools/llvm-ranlib/D-flag.test