1# RUN: rm -rf %t.dir 2# RUN: mkdir -p %t.dir 3# RUN: cd %t.dir 4 5# RUN: not ld.lld --reproduce repro.tar abc -o t 2>&1 | FileCheck %s 6# CHECK: cannot open abc: {{N|n}}o such file or directory 7 8# RUN: tar xOf repro.tar repro/response.txt | FileCheck --check-prefix=RSP %s 9# RSP: abc 10# RSP: -o t 11