Use a more unique name to avoid conflicting with directory.ll tests when running
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 11 Jul 2013 13:31:38 +0000 (13:31 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 11 Jul 2013 13:31:38 +0000 (13:31 +0000)
in parallel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186083 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/archive-delete.test

index 779b3efcf6ae61ca2ad006a027ca761058f6dac3..552b0e709f61498d74d19e904d3c2a1e650c3d76 100644 (file)
@@ -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