aboutsummaryrefslogtreecommitdiffstats
path: root/tests/01-rename-exists-remote/run
diff options
context:
space:
mode:
Diffstat (limited to 'tests/01-rename-exists-remote/run')
-rw-r--r--tests/01-rename-exists-remote/run13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/01-rename-exists-remote/run b/tests/01-rename-exists-remote/run
deleted file mode 100644
index 28af1fc..0000000
--- a/tests/01-rename-exists-remote/run
+++ /dev/null
@@ -1,13 +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 the local server, then try to use it as target for --rename
-doveadm -u "local" mailbox delete "t.o"
-
-! interimap --rename "root.from" "t.o"
-xgrep -Fx 'remote: ERROR: Mailbox t\o exists. Run `interimap --target=remote --delete t.o` to delete.' <"$STDERR"
-
-# vim: set filetype=sh :