*** empty log message ***
[arla.git] / tests / write-and-stat
blobb7f500e5653391774f1b8ff766d65eb2fd169a87
1 #!/bin/sh
2 # $Id$
4 cat > foo.sh <<EOF
5 echo foo
6 test -f bar
7 echo bar
8 EOF
10 sh foo.sh > bar
12 grep foo bar || exit 1
14 exit 0