mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-15 05:48:11 +00:00
remove stray trailing whitespace
This commit is contained in:
@ -54,7 +54,7 @@ def test_osx_pkg(pkgfile):
|
||||
|
||||
# cat Payload | gunzip -dc | cpio -i
|
||||
cat_process = subprocess.Popen(['cat', 'Payload'], stdout=subprocess.PIPE)
|
||||
gunzip_process = subprocess.Popen(['gunzip', '-dc'],
|
||||
gunzip_process = subprocess.Popen(['gunzip', '-dc'],
|
||||
stdin=cat_process.stdout,
|
||||
stdout=subprocess.PIPE)
|
||||
cpio_process = subprocess.Popen(['cpio', '-i'],
|
||||
|
Reference in New Issue
Block a user