aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rename-exists-local/t
blob: 33c7da7d984431fb1f07a1f3a6523365eda60d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
doveadm -u "local"  mailbox create "root.from" "root.from.child" "t.o"
doveadm -u "remote" mailbox create "root\\from" "root\\from\\child"

interimap_init
check_mailbox_list

# delete a mailbox on the remote server, then try to use it as target for --rename
doveadm -u "remote" mailbox delete "t\\o"

! interimap --rename "root.from" "t.o" || error
grep -Fx 'local: ERROR: Mailbox t.o exists. Run `interimap --target=local --delete t.o` to delete.' <"$STDERR" || error

# vim: set filetype=bash :