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

Alex Hung alex.hung at canonical.com
Mon Jan 11 09:58:28 UTC 2016


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
-- 
2.5.0




More information about the fwts-devel mailing list