Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tests / mountpoint.in
1 #!/bin/sh
2 # $Id$
3 FS=${FS:-${objdir}/../appl/fs/fs}
4 ${FS} sa . system:anyuser all || exit 1
5 ${FS} mkm no-such-volume no-such-volume 2>/dev/null || exit 1
6 if ls no-such-volume 2>/dev/null && touch no-such-volume/foo 2>/dev/null; then
7 ${FS} rmm no-such-volume; exit 1
8 fi
9 ${FS} rmm no-such-volume || exit 1