File: 02-move-mail

package info (click to toggle)
syncmaildir 1.2.6-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 1,180 kB
  • sloc: ansic: 6,338; sh: 1,969; makefile: 258; xml: 14
file content (16 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash


msync 1

mv Mail/cur/`ls Mail/cur/ | head -n 1` Mail/cur/moved_here

msync 2

test_eq Mail target/Mail 

X=`grep '^MOVE ' log.s2c | wc -l`
assert $X 1 "missing MOVE in s2c"

X=`grep '^COMMIT$' log.c2s | wc -l`
assert $X 1 "missing COMMIT in c2s"