autotest: don't print expected result if the mbsync run itself fails

there isn't an actual result to compare with anyway.
This commit is contained in:
Oswald Buddenhagen 2017-03-14 14:20:27 +01:00
parent b4d1a05365
commit ca43c57e85

View File

@ -621,8 +621,6 @@ sub test($$$@)
printchan($sx);
print "Options:\n";
print " [ ".join(", ", map('"'.qm($_).'"', @sfx))." ]\n";
print "Expected result:\n";
printchan($tx);
print "Debug output:\n";
print @ret;
exit 1;