lit: Add 'cd' support to the internal shell and port some tests
[oota-llvm.git] / test / Object / archive-extract-dir.test
index c718f90275b653a001cf0df51443ff15f1cda058..5182a2f91411007d86427ef2835f32e5210ce740 100644 (file)
@@ -1,5 +1,3 @@
-REQUIRES: shell
-
 RUN: mkdir -p %t
 RUN: cd %t
 RUN: rm -rf foo
@@ -10,4 +8,4 @@ RUN: rm foo
 RUN: mkdir foo
 RUN: not llvm-ar x test.a foo 2>&1 | FileCheck %s
 
-CHECK: foo: Is a directory
+CHECK: foo: {{[Ii]}}s a directory