repo.or.cz
/
arla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[arla.git]
/
tests
/
fs-flush
blob
36fe37e7ceafe1f450de11917b2eaacd5cf8fc51
1
#!/bin/sh
2
# $Id$
3
FS
=
${FS:-${objdir}/../appl/fs/fs}
4
>
foobar
5
${FS}
flush
6
test -f
foobar ||
exit
1