forked from OSchip/llvm-project
[llvm-ar][test] Unsupport error-opening-directory.test on FreeBSD
Differential Revision: https://reviews.llvm.org/D82786
This commit is contained in:
parent
40fcc42498
commit
fc81f48fde
|
@ -1,3 +1,7 @@
|
|||
## Unsupported on FreeBSD as FreeBSD 12 and earlier allow reading directories
|
||||
## by default.
|
||||
# UNSUPPORTED: system-freebsd
|
||||
|
||||
# RUN: rm -rf %t && mkdir -p %t
|
||||
|
||||
## Passing in a directory:
|
||||
|
|
Loading…
Reference in New Issue