From ada2ab66745616a3701f6483d8fbe346d23094fa Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Jan 28 2012 13:06:39 +0000 Subject: fixed typo in tcpdump_eth0.sh test --- diff --git a/tests/p_tcpdump/tcpdump_eth0.sh b/tests/p_tcpdump/tcpdump_eth0.sh index 3ed6dc7..ddd7ae6 100755 --- a/tests/p_tcpdump/tcpdump_eth0.sh +++ b/tests/p_tcpdump/tcpdump_eth0.sh @@ -22,7 +22,7 @@ if [[ $IP =~ $regex ]] sleep 1 # reading from file, for each ping we should see two pakets WORKING=$( tcpdump -r $FILE | grep -ci icmp ) - # The script will allways work, but if we the log does not contain + # The script will allways work, but if the log does not contain # what we expect, we will log it if [ $WORKING == $[COUNT*2] ] then