ACK: [PATCH] fwts-test: arg-help-0001: reset tty width to original setting

ivanhu ivan.hu at canonical.com
Wed Jul 24 06:25:18 UTC 2019



On 7/4/19 9:48 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Replace the hard-coded tty width with the original setting.
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>   fwts-test/arg-help-0001/test-0001.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fwts-test/arg-help-0001/test-0001.sh b/fwts-test/arg-help-0001/test-0001.sh
> index 93b040aa..43e00131 100755
> --- a/fwts-test/arg-help-0001/test-0001.sh
> +++ b/fwts-test/arg-help-0001/test-0001.sh
> @@ -33,7 +33,7 @@ if [ $ret -eq 0 ]; then
>   else
>   	echo FAILED: $TEST, $NAME
>   fi
> -stty cols 80 2> /dev/null
> +stty cols $cols 2> /dev/null
>   tset 2> /dev/null
>   
>   rm $TMPLOG ${TMPLOG}.orig
> 

Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list