diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-04-10 10:39:50 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-04-10 10:39:50 -0400 |
| commit | 0cef057b02b088ded8b46e3453ac0d891888423a (patch) | |
| tree | 2064a2e113de5d7a6f15c76f0f02e4707be0a081 /test/src/editfns-tests.el | |
| parent | e3bd33fb1cecff290724f0aa2c9eb5feeefbca0c (diff) | |
| download | emacs-0cef057b02b088ded8b46e3453ac0d891888423a.tar.gz | |
* test/lisp/progmodes/python-tests.el: "Fix" failing test
(python-tests--python-nav-end-of-statement--infloop): Disable.
Diffstat (limited to 'test/src/editfns-tests.el')
| -rw-r--r-- | test/src/editfns-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el index 449f00f3780..1e8b7066d15 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el @@ -351,6 +351,9 @@ "-0x000000003ffffffffffffffe000000000000000 ")))) (ert-deftest test-group-name () + ;; FIXME: Actually my GID in one of my systems has no associated entry + ;; in /etc/group so there's no name for it and `group-name' correctly + ;; returns nil! (should (stringp (group-name (group-gid)))) (should-error (group-name 'foo)) (cond |
