Merging r259236:
[oota-llvm.git] / test / Object / archive-delete.test
index 779b3efcf6ae61ca2ad006a027ca761058f6dac3..c8530beafce4013190ce050b613966da945feeb0 100644 (file)
@@ -1,28 +1,26 @@
 Test the 'd' operation in llvm-ar
 
-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