summaryrefslogtreecommitdiff
path: root/test/Object
diff options
context:
space:
mode:
Diffstat (limited to 'test/Object')
-rw-r--r--test/Object/archive-delete.test38
1 files changed, 19 insertions, 19 deletions
diff --git a/test/Object/archive-delete.test b/test/Object/archive-delete.test
index 779b3efcf6..552b0e709f 100644
--- a/test/Object/archive-delete.test
+++ b/test/Object/archive-delete.test
@@ -4,25 +4,25 @@ REQUIRES: shell
RUN: cd %T
-RUN: rm -f test.a
-RUN: cp %p/Inputs/GNU.a test.a
-RUN: llvm-ar d test.a very_long_bytecode_file_name.bc
-RUN: llvm-ar t test.a | FileCheck %s
-
-RUN: rm -f test.a
-RUN: cp %p/Inputs/MacOSX.a test.a
-RUN: llvm-ar d test.a very_long_bytecode_file_name.bc
-RUN: llvm-ar t test.a | FileCheck %s
-
-RUN: rm -f test.a
-RUN: cp %p/Inputs/SVR4.a test.a
-RUN: llvm-ar d test.a very_long_bytecode_file_name.bc
-RUN: llvm-ar t test.a | FileCheck %s
-
-RUN: rm -f test.a
-RUN: cp %p/Inputs/xpg4.a test.a
-RUN: llvm-ar d test.a very_long_bytecode_file_name.bc
-RUN: llvm-ar t test.a | FileCheck %s
+RUN: rm -f %t.a
+RUN: cp %p/Inputs/GNU.a %t.a
+RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
+RUN: llvm-ar t %t.a | FileCheck %s
+
+RUN: rm -f %t.a
+RUN: cp %p/Inputs/MacOSX.a %t.a
+RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
+RUN: llvm-ar t %t.a | FileCheck %s
+
+RUN: rm -f %t.a
+RUN: cp %p/Inputs/SVR4.a %t.a
+RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
+RUN: llvm-ar t %t.a | FileCheck %s
+
+RUN: rm -f %t.a
+RUN: cp %p/Inputs/xpg4.a %t.a
+RUN: llvm-ar d %t.a very_long_bytecode_file_name.bc
+RUN: llvm-ar t %t.a | FileCheck %s
CHECK: evenlen