aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rename-exists-local/t
blob: 190f49ad44ae70d5ab6e7a711eb7c061769edb6c (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=sh :