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