(afsrights2nnpfsrights): export
[arla.git] / tests / parallel-read
blob59537b79c2df3a8d4e64980513dab24280669f9e
1 #!/bin/sh
2 # $Id$
3 FS=${FS:-${objdir}/../appl/fs/fs}
4 FILE=$AFSROOT/stacken.kth.se/ftp/pub/gnu/emacs/emacs-21.4a.tar.gz
5 ${FS} flush $FILE
7 #see if parallel fetches cause deadlock
8 for i in 1 2 3; do
9 dd if=$FILE bs=64k count=10 > /dev/null >&4 2>&4 &
10 done
12 wait