From 67440844c422ee30b31df9a46a7f99ac0e833add Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 9 Nov 2019 03:13:45 +0100 Subject: Refactor and improve test suite. --- tests/01-rename-exists-db/local.conf | 6 ------ tests/01-rename-exists-db/remote.conf | 6 ------ tests/01-rename-exists-db/run | 14 -------------- 3 files changed, 26 deletions(-) delete mode 100644 tests/01-rename-exists-db/local.conf delete mode 100644 tests/01-rename-exists-db/remote.conf delete mode 100644 tests/01-rename-exists-db/run (limited to 'tests/01-rename-exists-db') diff --git a/tests/01-rename-exists-db/local.conf b/tests/01-rename-exists-db/local.conf deleted file mode 100644 index 93497d9..0000000 --- a/tests/01-rename-exists-db/local.conf +++ /dev/null @@ -1,6 +0,0 @@ -namespace inbox { - separator = . - location = maildir:~/inbox:LAYOUT=index - inbox = yes - list = yes -} diff --git a/tests/01-rename-exists-db/remote.conf b/tests/01-rename-exists-db/remote.conf deleted file mode 100644 index 61e3d0d..0000000 --- a/tests/01-rename-exists-db/remote.conf +++ /dev/null @@ -1,6 +0,0 @@ -namespace inbox { - separator = "\\" - location = maildir:~/inbox:LAYOUT=index - inbox = yes - list = yes -} diff --git a/tests/01-rename-exists-db/run b/tests/01-rename-exists-db/run deleted file mode 100644 index aad7c44..0000000 --- a/tests/01-rename-exists-db/run +++ /dev/null @@ -1,14 +0,0 @@ -doveadm -u "local" mailbox create "root.from" "root.from.child" "t.o" -doveadm -u "remote" mailbox create "root\\from" "root\\from\\child" "t\\o" - -interimap -check_mailbox_list - -# delete a mailbox on both servers but leave it in the database, then try to use it as target for --rename -doveadm -u "local" mailbox delete "t.o" -doveadm -u "remote" mailbox delete "t\\o" - -! interimap --rename "root.from" "t.o" -xgrep -Fx 'database: ERROR: Mailbox t.o exists. Run `interimap --target=database --delete t.o` to delete.' <"$STDERR" - -# vim: set filetype=sh : -- cgit v1.2.3