Revert r371732: "lld-link: Fix tests that do not run on macOS after r371729."

This commit should be reverted along with r371729.

git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@373713 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/COFF/linkrepro-manifest.test b/test/COFF/linkrepro-manifest.test
index cb7807d..a938ab5 100644
--- a/test/COFF/linkrepro-manifest.test
+++ b/test/COFF/linkrepro-manifest.test
@@ -1,7 +1,7 @@
 REQUIRES: x86, gnutar, manifest_tool
 
 RUN: rm -rf %t && mkdir %t && cd %t
-RUN: lld-link -entry:__ImageBase -nodefaultlib -linkrepro:%t/repro.tar -manifest:embed %p/Inputs/std32.lib -subsystem:console
+RUN: lld-link -entry:__ImageBase -nodefaultlib -linkrepro:%t -manifest:embed %p/Inputs/std32.lib -subsystem:console
 RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s
 RUN: tar xOf repro.tar repro/response.txt | FileCheck %s