*** empty log message ***
[arla.git] / tests / mountpoint.in
blob0c11224559e3750936608afba8cd9ba12dbf5d5a
1 #!/bin/sh
2 # $Id$
3 FS=${FS:-${objdir}/../appl/fs/fs}
4 ${FS} sa . system:anyuser all || exit 1
5 ${FS} mkm root root.afs || exit 1
6 test -d root || exit 1
7 ${FS} rmm root || exit 1
8 ${FS} mkm no-such-volume no-such-volume 2>/dev/null || exit 1
9 if ls no-such-volume 2>/dev/null && touch no-such-volume/foo 2>/dev/null; then
10 ${FS} rmm no-such-volume; exit 1
12 ${FS} rmm no-such-volume || exit 1