forked from OSchip/llvm-project
[SystemZ][z/OS] Fix Permission denied pattern matching
On z/OS, the error message "EDC5111I Permission denied." is not matched correctly in lit tests. This patch updates the check expression to match successfully. Reviewed By: fanbo-meng Differential Revision: https://reviews.llvm.org/D94432
This commit is contained in:
parent
5464baaae8
commit
1027a22ccd
|
@ -15,4 +15,4 @@ Arch: AArch64
|
|||
Symbols: {}
|
||||
...
|
||||
|
||||
# ERR: Permission denied when trying to open `{{.*}}.TestDir/Output.TestFile` for writing
|
||||
# ERR: {{.*}}Permission denied{{.*}} when trying to open `{{.*}}.TestDir/Output.TestFile` for writing
|
||||
|
|
Loading…
Reference in New Issue