blob: 1f19da7543b3daa2d642de44523505bc2c160626 [file] [log] [blame]
## 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:
# RUN: mkdir -p %t/tmpDir
# RUN: not llvm-ar p %t/tmpDir 2>&1 | \
# RUN: FileCheck %s --check-prefix=IS-DIR -DARCHIVE=%t/tmpDir
# IS-DIR: error: unable to open '[[ARCHIVE]]': {{[iI]}}s a directory