blob: 776ed08eeb7bb6952201c6c49562f4d76b98860c [file] [edit]
## Unsupported on AIX as AIX allow reading directories by default.
# UNSUPPORTED: system-aix
# 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 -DMSG=%errc_EISDIR
# IS-DIR: error: unable to open '[[ARCHIVE]]': [[MSG]]