summaryrefslogtreecommitdiff
path: root/test/Archive/ranlib_GNU.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Archive/ranlib_GNU.ll')
-rw-r--r--test/Archive/ranlib_GNU.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Archive/ranlib_GNU.ll b/test/Archive/ranlib_GNU.ll
index c735b37ba7..61ca2734dd 100644
--- a/test/Archive/ranlib_GNU.ll
+++ b/test/Archive/ranlib_GNU.ll
@@ -1,9 +1,8 @@
;This isn't really an assembly file, its just here to run the test.
;This test just makes sure that llvm-ar can generate a symbol table for
;GNU style archives
-;RUN: cp %p/GNU.a .
-;RUN: llvm-ranlib GNU.a
-;RUN: llvm-ar t GNU.a > %t1
+;RUN: llvm-ranlib %p/GNU.a
+;RUN: llvm-ar t %p/GNU.a > %t1
;RUN: sed -e '/^;.*/d' %s >%t2
;RUN: diff %t2 %t1
evenlen