[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:
Abhina Sreeskantharajan 2021-01-11 14:27:10 -05:00
parent 5464baaae8
commit 1027a22ccd
1 changed files with 1 additions and 1 deletions

View File

@ -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