File: 13-symlink

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 (12 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

mpull -t
assert $? 0 "failed mpull -t"
cd target
mkdir MailDir
ln -s MailDir Mail
cd ..

mpull
assert $? 0 "failed mpull"
test_eq Mail target/Mail