*** empty log message ***
[arla.git] / tests / many-stores
blobf64e4ce89803bd17ddd47ebf4f8c29ce6205fe2d
1 #!/bin/sh
2 # $Id$
4 touch foo
6 for i in `awk 'BEGIN {for(i=0; i < 1000; ++i) printf "%d\n", i}' /dev/null`; do
7 echo "foo$i" >> foo || exit 1
8 done
10 rm foo