isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 50eab085091b06ce948a837206ee8a368738a97c
parent d59392e9010714ca3aaf8ac21840f14ba712c384
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 29 Dec 2019 12:06:44 +0100

autotest: show the right state file after idempotence test failure

amends efd72b85.

Diffstat:
Msrc/run-tests.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;