what's coming out of this

This commit is contained in:
Jean-Paul Calderone 2019-01-25 19:39:22 -05:00
parent d790d3d325
commit 4f119c876c

View File

@ -58,7 +58,7 @@ def test_osx_pkg(pkgfile):
gunzip_process = subprocess.Popen(['gunzip', '-dc'],
stdin=cat_process.stdout,
stdout=subprocess.PIPE)
cpio_process = subprocess.Popen(['cpio', '-i'],
cpio_process = subprocess.Popen(['cpio', '-i', '--verbose'],
stdin=gunzip_process.stdout,
stdout=subprocess.PIPE)
cpio_process.communicate()