Hi!
> +     iptables -A OUTPUT -o lo -p icmp -j DROP > tst_iptables.out 2>&1
> +        if [ $? -ne 0 ]; then
> +                tst_resm TFAIL "iptables command failed to append new rule."
> +                cat tst_iptables.out
> +                return
> +        fi

Also the indentation is inconsitent, it mixes tabs and spaces. Choose
one and use them exclusively, if there were spaces in the original file
use spaces if there were tabs use tabs.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to