From 3399eb4c4639ee5fb69c43c25274aa1e34fbfc7a Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Feb 01 2012 12:46:16 +0000 Subject: - Enable ACL on root fs before starting the test - Fix typo in tcpdump_test --- diff --git a/tests/p_acl/0-install_acl.sh b/tests/p_acl/0-install_acl.sh index 91953a3..be914c2 100755 --- a/tests/p_acl/0-install_acl.sh +++ b/tests/p_acl/0-install_acl.sh @@ -4,3 +4,6 @@ t_Log "$0 - installing acl" t_InstallPackage acl +t_Log "Remount root fs with acl support" +mount -o remount,acl / +sleep 2 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