[ELF/tests] Use cpio -it instead of cpio -t.
authorDavide Italiano <davide@freebsd.org>
Wed, 21 Dec 2016 12:22:19 +0000 (12:22 +0000)
committerDavide Italiano <davide@freebsd.org>
Wed, 21 Dec 2016 12:22:19 +0000 (12:22 +0000)
commit7116dc908cf7c6b2be04d327d5e69d12fb0c0a46
treeef3c3dc3f1f823a799468e5dd64c50854327affb
parent92c446016a72d452e481aadc28bfb1ccc32ddeb7
[ELF/tests] Use cpio -it instead of cpio -t.

OpenBSD's cpio does not accept the -t option without -i.
Apparently some systems implement cpio -t as a shortcut
for cpio -it, the latter is the only thing that's documented.
This change avoids test failures on OpenBSD.

Patch by Mark Kettenis!

Differential Revision:  https://reviews.llvm.org/D28002

llvm-svn: 290252
lld/test/ELF/reproduce-backslash.s
lld/test/ELF/reproduce-windows.s
lld/test/ELF/reproduce.s