diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2017-11-19 12:22:30 +0100 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2017-11-19 12:22:30 +0100 |
| commit | a34e44e8ee197bf7f4674e7bed70032f6c7eb647 (patch) | |
| tree | aeb6f8efc221a1e1f7f21af1808bf4ba7ea7ae71 | |
| parent | a8892b4e627087cdceef39a96e100cf18c9391ae (diff) | |
| download | emacs-a34e44e8ee197bf7f4674e7bed70032f6c7eb647.tar.gz | |
; Fix last commit
* test/lisp/net/tramp-tests.el (tramp-test24-file-acl):
Check for local ACL support. (Bug#29291)
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 3d0ed499d54..f91df461533 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -2986,7 +2986,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." ;; Copy ACL. Since we don't know whether Emacs is built ;; with local ACL support, we must check it. (when (set-file-acl tmp-name3 (file-acl tmp-name1)) - (file-acl tmp-name1) (file-acl tmp-name3)) + (file-acl tmp-name1) (file-acl tmp-name3) (should (string-equal (file-acl tmp-name1) (file-acl tmp-name3)))) ;; Two files with same ACLs. |
