summaryrefslogtreecommitdiff
path: root/test/lisp/find-cmd-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/find-cmd-tests.el')
-rw-r--r--test/lisp/find-cmd-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/find-cmd-tests.el b/test/lisp/find-cmd-tests.el
index a0b9a80ef47..3fbd0fc4ea3 100644
--- a/test/lisp/find-cmd-tests.el
+++ b/test/lisp/find-cmd-tests.el
@@ -25,7 +25,7 @@
(ert-deftest find-cmd-test-find-cmd ()
(should
(string-match
- (rx "find " (+ any)
+ (rx "find " (+ nonl)
" \\( \\( -name .svn -or -name .git -or -name .CVS \\)"
" -prune -or -true \\)"
" \\( \\( \\(" " -name \\*.pl -or -name \\*.pm -or -name \\*.t \\)"