summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9014fbc9e..84bce00a9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -123,7 +123,7 @@ dox:
test: $(TARGET_LIB)
(cd test; make clean; make; \
- for prog in `find . -type f -perm +u+x -name "test*" -print`; do \
+ for prog in `find . -type f -perm -u+x -name "test*" -print`; do \
./$$prog; \
if [ $$? -eq 255 ]; then \
echo "$$prog failed"; \