aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Archive/SVR4.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Archive/SVR4.ll b/test/Archive/SVR4.ll
index 1f82e5d100..f06b6b3311 100644
--- a/test/Archive/SVR4.ll
+++ b/test/Archive/SVR4.ll
@@ -2,6 +2,6 @@
; run the following test which tests llvm-ar for compatibility
; reading SVR4 style archives.
-; RUN: ar t SVR4.a > %t1
-; RUN: llvm-ar t SVR4.a > %t2
-; RUN: diff %t1 %t2
+; RUN: ar t SVR4.a > Output/svr1
+; RUN: llvm-ar t SVR4.a > Output/svr2
+; RUN: diff Output/svr1 Output/svr2