; Fix last commit

* test/lisp/net/tramp-tests.el (tramp-test24-file-acl):
Check for local ACL support.  (Bug#29291)
This commit is contained in:
Michael Albinus 2017-11-19 12:22:30 +01:00
parent a8892b4e62
commit a34e44e8ee

View file

@ -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.