diff options
Diffstat (limited to 'test/src/editfns-tests.el')
-rw-r--r-- | test/src/editfns-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el index 7b6c990f350..6ce49fdc28b 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el @@ -359,7 +359,7 @@ (should-error (group-name 'foo))) (t (let ((list `((0 . "root") - (1000 . ,(user-login-name 1000)) +;;; (1000 . ,(user-login-name 1000)) (1212345 . nil)))) (dolist (test list) (should (equal (group-name (car test)) (cdr test))))) |