projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f6859
)
Don't fail uniquify-tests in non-version-controlled source trees
author
Mattias Engdegård
<mattiase@acm.org>
Fri, 13 Sep 2024 10:13:53 +0000
(12:13 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Fri, 13 Sep 2024 10:17:17 +0000
(12:17 +0200)
* test/lisp/uniquify-tests.el (uniquify-project-transform):
Skip test if there is no project (bug#73205).
test/lisp/uniquify-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/uniquify-tests.el
b/test/lisp/uniquify-tests.el
index 4124ce056d31af3516230904db7a10fe52eaa78f..9b33c9d7d4768a5158a3ba255375ba5406e9aed6 100644
(file)
--- a/
test/lisp/uniquify-tests.el
+++ b/
test/lisp/uniquify-tests.el
@@
-129,6
+129,7
@@
uniquify-trailing-separator-p is ignored"
(require 'project)
(ert-deftest uniquify-project-transform ()
"`project-uniquify-dirname-transform' works"
+ (skip-unless (project-current nil source-directory))
(let ((uniquify-dirname-transform #'project-uniquify-dirname-transform)
(project-vc-name "foo1/bar")
bufs)