summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/tests/alltests.sh
blob: 7df25991f1b677a1ccbb9ff4ec376cd3da2ecc9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

for i in *.sh
do
  if [ "X$i" = "Xalltests.sh" ] 
  then 
  	continue;
  fi
  sh ./$i
done 


OpenPOWER on IntegriCloud