collect stderr as well.

This commit is contained in:
Oswald Buddenhagen 2006-01-03 09:28:02 +00:00
parent f6ed69a8d3
commit 3c8ee66bfc

View File

@ -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";