*** empty log message ***
[arla.git] / tests / compare-inum-mp
blobce92bcf79b614e6da42add9c5e2ed95a8449c1d8
1 #!/bin/sh
2 # $Id$
3 FS=${FS:-${objdir}/../appl/fs/fs}
4 ${FS} sa . system:anyuser all || exit 1
5 ${FS} mkm root.cell root.cell || exit 1
6 $objdir/readdir-vs-lstat . || exit 1
7 $objdir/readdir-vs-lstat root.cell || exit 1
8 ${FS} rmm root.cell || exit 1