Skip to content

Commit

Permalink
Remove uses of "%T" from test/Object/archive-* tests.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311296 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
kubamracek committed Aug 20, 2017
1 parent 7aab928 commit 6965d51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Object/archive-delete.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Test the 'd' operation in llvm-ar

RUN: cd %T
RUN: rm -rf %t && mkdir -p %t && cd %t

RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a
Expand Down
2 changes: 1 addition & 1 deletion test/Object/archive-extract.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; This test just makes sure that llvm-ar can extract bytecode members
; from various style archives.

; RUN: cd %T
; RUN: rm -rf %t && mkdir -p %t && 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 | \
Expand Down
2 changes: 1 addition & 1 deletion test/Object/archive-move.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Test the 'm' operation in llvm-ar

RUN: cd %T
RUN: rm -rf %t && mkdir -p %t && cd %t

RUN: rm -f %t.a
RUN: cp %p/Inputs/GNU.a %t.a
Expand Down
2 changes: 1 addition & 1 deletion test/Object/archive-thin-paths.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REQUIRES: system-windows

RUN: cd %T
RUN: rm -rf %t && mkdir -p %t && cd %t
RUN: mkdir -p archive-thin-paths.dir
RUN: echo foo > archive-thin-paths.dir/foo.o

Expand Down
2 changes: 1 addition & 1 deletion test/Object/archive-update.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Test the 'u' option of llvm-ar

RUN: cd %T
RUN: rm -rf %t && mkdir -p %t && cd %t
RUN: rm -f %t.a

Create a file named evenlen that is newer than the evenlen on the source dir.
Expand Down

0 comments on commit 6965d51

Please sign in to comment.