1## Test failing to write output file on non-windows platforms. 2 3# UNSUPPORTED: system-windows 4# RUN: rm -rf %t.TestDir 5# RUN: mkdir %t.TestDir 6# RUN: touch %t.TestDir/Output.TestFile 7# RUN: chmod 400 %t.TestDir 8# RUN: not llvm-elfabi %s --output-target=elf64-little %t.TestDir/Output.TestFile 2>&1 | FileCheck %s --check-prefix=ERR 9# RUN: chmod 777 %t.TestDir 10# RUN: rm -rf %t.TestDir 11 12--- !tapi-tbe 13TbeVersion: 1.0 14Arch: AArch64 15Symbols: {} 16... 17 18# ERR: Permission denied when trying to open `{{.*}}.TestDir/Output.TestFile` for writing 19