repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from vendor branch LIBPCAP:
[dragonfly.git]
/
contrib
/
tcpdump-3.8.3
/
tests
/
alltests.sh
blob
7df25991f1b677a1ccbb9ff4ec376cd3da2ecc9e
1
#!/bin/sh
2
3
for
i
in
*
.sh
4
do
5
if
[
"X
$i
"
=
"Xalltests.sh"
]
6
then
7
continue
;
8
fi
9
sh .
/
$i
10
done
11
12