brintos

brintos / llvm-project-archived public Read only

0
0
Text · 334 B · 7197241 Raw
8 lines · plain
1## Tests glob pattern handling in the mkdir command.2 3## This mkdir should fail because the `example_file*.input`s are regular files.4# RUN: not mkdir %S/example_file*.input5 6## This mkdir should succeed (so RUN should fail) because the `example_dir*.input`s that already exist are directories.7# RUN: not mkdir %S/example_dir*.input8