From ca43c57e859cc4362c4bacfa547d2e712872a819 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 14 Mar 2017 14:20:27 +0100 Subject: [PATCH] autotest: don't print expected result if the mbsync run itself fails there isn't an actual result to compare with anyway. --- src/run-tests.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/run-tests.pl b/src/run-tests.pl index 5e44d09..abb2809 100755 --- a/src/run-tests.pl +++ b/src/run-tests.pl @@ -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;