From 49198ec928e1bbe30e1e51a61e7632abe4fba188 Mon Sep 17 00:00:00 2001
From: Craig Tiller <craig.tiller@gmail.com>
Date: Tue, 1 Sep 2015 07:10:03 -0700
Subject: [PATCH] Tidy up

---
 tools/run_tests/run_sanity.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/run_tests/run_sanity.sh b/tools/run_tests/run_sanity.sh
index dd096ce2c2..32e25661fa 100755
--- a/tools/run_tests/run_sanity.sh
+++ b/tools/run_tests/run_sanity.sh
@@ -50,6 +50,8 @@ EOF
 
 diff -u $submodules $want_submodules
 
+rm $submodules $want_submodules
+
 if git ls-files cache.mk --error-unmatch &> /dev/null ; then
   echo "Please don't commit cache.mk"
   exit 1
-- 
GitLab