git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310974
91177308-0d34-0410-b5e6-
96231b3b80d8
Test the 'd' operation in llvm-ar
-RUN: cd `dirname %t`
+RUN: cd %T
RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a
; This test just makes sure that llvm-ar can extract bytecode members
; from various style archives.
-; RUN: cd `dirname %t`
+; RUN: cd %T
; RUN: rm -f very_long_bytecode_file_name.bc
; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \
Test the 'm' operation in llvm-ar
-RUN: cd `dirname %t`
+RUN: cd %T
RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a
REQUIRES: system-windows
-RUN: cd `dirname %t`
+RUN: cd %T
RUN: mkdir -p archive-thin-paths.dir
RUN: echo foo > archive-thin-paths.dir/foo.o
Test the 'u' option of llvm-ar
-RUN: cd `dirname %t`
+RUN: cd %T
RUN: rm -f %t.a
Create a file named evenlen that is newer than the evenlen on the source dir.