* test/Makefile.in (ELFILES): Port to Solaris 10, where
‘find’ does not support ‘-path’.
## take longer than all the rest combined) at the start of the list.
SLOW_TESTS = ${srcdir}/lisp/net/tramp-tests.el
-ELFILES := $(sort $(shell find ${srcdir} -path "${srcdir}/manual" -prune -o \
- -path "${srcdir}/data" -prune -o \
+ELFILES := $(sort $(shell find ${srcdir} -name manual -prune -o \
+ -name data -prune -o \
-name "*resources" -prune -o \
${maybe_exclude_module_tests} \
-name "*.el" ! -name ".*" -print))