about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Chugunov <vadimcn@gmail.com>2014-09-10 16:50:24 -0700
committerVadim Chugunov <vadimcn@gmail.com>2014-09-10 17:11:25 -0700
commitd08441b9d67c791ea233632552ea47c0795498ec (patch)
treef8acb0acfaa86e580a04fa15100b01bd5ae9ab60
parentf2c78dabf5260f426d9b0faeebae02522a99b8f7 (diff)
downloadrust-d08441b9d67c791ea233632552ea47c0795498ec.tar.gz
rust-d08441b9d67c791ea233632552ea47c0795498ec.zip
Fix #17156
-rw-r--r--mk/tests.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index d95f886e078..d89a29b5497 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -283,7 +283,7 @@ tidy:
 		| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
 		$(Q)echo $(ALL_HS) \
 		| xargs -n 10 $(CFG_PYTHON) $(S)src/etc/tidy.py
-		$(Q)find $(S)src -type f -perm +111 \
+		$(Q)find $(S)src -type f -perm a+x \
 		    -not -name '*.rs' -and -not -name '*.py' \
 		    -and -not -name '*.sh' \
 		| grep '^$(S)src/jemalloc' -v \