blob: c718f90275b653a001cf0df51443ff15f1cda058 [file] [log] [blame]
Rafael Espindolab1a003f2013-07-19 15:02:03 +00001REQUIRES: shell
2
3RUN: mkdir -p %t
4RUN: cd %t
5RUN: rm -rf foo
6RUN: echo foo > foo
7RUN: rm -f test.a
8RUN: llvm-ar rc test.a foo
9RUN: rm foo
10RUN: mkdir foo
11RUN: not llvm-ar x test.a foo 2>&1 | FileCheck %s
12
13CHECK: foo: Is a directory