[LTP] [PATCH 2/2] net/sendfile01.sh: Rewrite into new API

Petr Vorel pvorel@suse.cz
Thu Apr 16 13:00:36 CEST 2020


Hi,

Minor grammar:

> +		if [ $ret -eq 0 ]; then
> +			tst_res TPASS "coped file is the same as the original"
Typo copied file.
> +		elif [ $ret -gt 1 ]; then
> +			tst_brk TFAIL "cannot compare files"
> +		else
> +			tst_res TFAIL "the copied file differs from the original"
I guess it should be without "the"

Kind regards,
Petr


More information about the ltp mailing list