From 50eab085091b06ce948a837206ee8a368738a97c Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Sun, 29 Dec 2019 12:06:44 +0100 Subject: [PATCH] autotest: show the right state file after idempotence test failure amends efd72b85. --- src/run-tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run-tests.pl b/src/run-tests.pl index 5a97bf8..b0d7311 100755 --- a/src/run-tests.pl +++ b/src/run-tests.pl @@ -730,7 +730,7 @@ sub test($$$@) print "Expected result:\n"; printchan($tx); print "Actual result:\n"; - showchan("slave/.mbsyncstate"); + showchan("slave/.mbsyncstate.new"); } print "Debug output:\n"; print @nret;