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
/
kill-mh
blob
aa02bc8529d62ed719c2fc4877d621a9a1d50518
1
#!/bin/sh
2
# $Id$
3
if
test
"X
$FAST
"
!=
"X"
;
then
echo
"Not running
$0
"
>&
4
;
exit
0
;
fi
4
tarfile
=
"
$AFSROOT
/stacken.kth.se/ftp/pub/arla/tests/inbox2.tar.gz"
5
gzip
-dc
$tarfile
|
tar
xf
-
6
cd
inbox ||
exit
1
7
rm
\
#*
8
(
ls
-1
*
|
wc
-l
|
grep
'20'
) > /
dev
/
null ||
exit
1