aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-01 13:37:36 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-01 13:37:36 -0700
commit6d0575dcfbd36f2846ac0904971736cc1a2b32b8 (patch)
tree2437598ec1fd6b6866b9b75ff39619b85cdd40d8 /tools
parent7e671852f7c53be4048b33d958a32508021ce092 (diff)
Fix sanity
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_sanity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_sanity.sh b/tools/run_tests/run_sanity.sh
index da85ad5872..c18160a891 100755
--- a/tools/run_tests/run_sanity.sh
+++ b/tools/run_tests/run_sanity.sh
@@ -52,7 +52,7 @@ diff -u $submodules $want_submodules
rm $submodules $want_submodules
-if ! git ls-files cache.mk --error-unmatch &> /dev/null ; then
+if [ -f cache.mk ] ; then
echo "Please don't commit cache.mk"
exit 1
fi