diff mbox

fwts-test: arg-help-0001: remove TMPLOG.orig files

Message ID 1452506308-3951-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show

Commit Message

Alex Hung Jan. 11, 2016, 9:58 a.m. UTC
Signed-off-by: Alex Hung <alex.hung@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(-)

Comments

Colin Ian King Jan. 11, 2016, 10:02 a.m. UTC | #1
On 11/01/16 09:58, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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@canonical.com>
Ivan Hu Jan. 12, 2016, 3:05 a.m. UTC | #2
On 2016年01月11日 17:58, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

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