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