aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/editfns-tests.el
diff options
context:
space:
mode:
authorStephen Leake2019-04-11 14:00:02 -0700
committerStephen Leake2019-04-11 14:00:02 -0700
commit7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch)
treee0cfcb59937ca0528fb81769d7d48a904a91f5dc /test/src/editfns-tests.el
parent7768581172e11be52b1fcd8224f4594e126bbdb7 (diff)
parentde238b39e335c6814283faa171b35145f124edf2 (diff)
downloademacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz
emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'test/src/editfns-tests.el')
-rw-r--r--test/src/editfns-tests.el3
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 @@
351 "-0x000000003ffffffffffffffe000000000000000 ")))) 351 "-0x000000003ffffffffffffffe000000000000000 "))))
352 352
353(ert-deftest test-group-name () 353(ert-deftest test-group-name ()
354 ;; FIXME: Actually my GID in one of my systems has no associated entry
355 ;; in /etc/group so there's no name for it and `group-name' correctly
356 ;; returns nil!
354 (should (stringp (group-name (group-gid)))) 357 (should (stringp (group-name (group-gid))))
355 (should-error (group-name 'foo)) 358 (should-error (group-name 'foo))
356 (cond 359 (cond