collect stderr as well.
This commit is contained in:
parent
f6ed69a8d3
commit
3c8ee66bfc
|
@ -259,7 +259,7 @@ Slave :slave:
|
|||
SyncState *
|
||||
".shift();
|
||||
close FILE;
|
||||
open FILE, "../mbsync -D -c .mbsyncrc test|";
|
||||
open FILE, "../mbsync -D -c .mbsyncrc test 2>&1 |";
|
||||
my @out = <FILE>;
|
||||
close FILE;
|
||||
unlink ".mbsyncrc";
|
||||
|
|
Loading…
Reference in New Issue
Block a user