File: 04-noop

package info (click to toggle)
syncmaildir 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,104 kB
  • sloc: ansic: 6,643; sh: 1,780; makefile: 247
file content (16 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

mpull -t
assert $? 0 "failed mpull -t"
echo DEBUG=true >> target/.smd/config.default

cp -r Mail target/Mail

muniform -v
cd target
N=`grep ^mv smd-rename.sh| wc -l`
assert $N 0 "some renamings on identical mailboxes"
sh smd-rename.sh
cd ..
test_eq Mail target/Mail