summaryrefslogtreecommitdiff
path: root/test/Archive/ranlib_xpg4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Archive/ranlib_xpg4.ll')
-rw-r--r--test/Archive/ranlib_xpg4.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Archive/ranlib_xpg4.ll b/test/Archive/ranlib_xpg4.ll
index 6388cc20a3..ef363af804 100644
--- a/test/Archive/ranlib_xpg4.ll
+++ b/test/Archive/ranlib_xpg4.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
;xpg4 style archives
-;RUN: cp %p/xpg4.a .
-;RUN: llvm-ranlib xpg4.a
-;RUN: llvm-ar t xpg4.a > %t1
+;RUN: llvm-ranlib %p/xpg4.a
+;RUN: llvm-ar t %p/xpg4.a > %t1
;RUN: sed -e '/^;.*/d' %s >%t2
;RUN: diff %t2 %t1
evenlen