Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tests / fs-flush
1 #!/bin/sh
2 # $Id$
3 FS=${FS:-${objdir}/../appl/fs/fs}
4 > foobar
5 ${FS} flush
6 test -f foobar || exit 1