*** empty log message ***
[arla.git] / tests / fs-flush
blob36fe37e7ceafe1f450de11917b2eaacd5cf8fc51
1 #!/bin/sh
2 # $Id$
3 FS=${FS:-${objdir}/../appl/fs/fs}
4 > foobar
5 ${FS} flush
6 test -f foobar || exit 1