[flang] This test fails when the directory in which test tests are run contains a...
authorPeter Steinfeld <psteinfeld@nvidia.com>
Fri, 29 Mar 2019 00:17:30 +0000 (17:17 -0700)
committerPeter Steinfeld <psteinfeld@nvidia.com>
Fri, 29 Mar 2019 00:17:30 +0000 (17:17 -0700)
commit8586f299e3a7cc42af093eee7f98b54a6e3d976e
tree2539820d24ab5582ff10561144ab72921b4fed81
parent3e472f55f87089af875e6d177599bf226525234f
[flang] This test fails when the directory in which test tests are run contains a path that matches the pattern "do *[1-9]".  In my case, I had a directory called "do1".  The "*" is not necessary in the pattern.  Now the test passes unless the directory contains a " ".

Original-commit: flang-compiler/f18@462f15e4e7c1e6a2c266700e4548f67ba9b32ca9
Reviewed-on: https://github.com/flang-compiler/f18/pull/365
flang/test/semantics/canondo04.f90