ACK: [PATCH] fwts-test: arg-help-0001: remove TMPLOG.orig files

Colin Ian King colin.king at canonical.com
Mon Jan 11 10:02:48 UTC 2016


On 11/01/16 09:58, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  fwts-test/arg-help-0001/test-0001.sh | 2 +-
>  fwts-test/arg-help-0001/test-0002.sh | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fwts-test/arg-help-0001/test-0001.sh b/fwts-test/arg-help-0001/test-0001.sh
> index b06383f..cff5593 100755
> --- a/fwts-test/arg-help-0001/test-0001.sh
> +++ b/fwts-test/arg-help-0001/test-0001.sh
> @@ -35,5 +35,5 @@ fi
>  stty cols 80 2> /dev/null
>  tset 2> /dev/null
>  
> -rm $TMPLOG
> +rm $TMPLOG ${TMPLOG}.orig
>  exit $ret
> diff --git a/fwts-test/arg-help-0001/test-0002.sh b/fwts-test/arg-help-0001/test-0002.sh
> index 81f2ee6..99e3c76 100755
> --- a/fwts-test/arg-help-0001/test-0002.sh
> +++ b/fwts-test/arg-help-0001/test-0002.sh
> @@ -38,5 +38,5 @@ if [ $cols -ne 0 ]; then
>  fi
>  tset 2> /dev/null
>  
> -rm $TMPLOG
> +rm $TMPLOG ${TMPLOG}.orig
>  exit $ret
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list