diff options
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 @@ | |||
| 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 |