From: Michael Albinus Date: Sun, 19 Nov 2017 11:50:05 +0000 (+0100) Subject: ; Fix last commit X-Git-Tag: emacs-26.0.91~284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=504a56cf329f25f73b450e3f280144caf6e0b0d2;p=emacs.git ; Fix last commit --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index f91df461533..ad9d460d3c7 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -2986,7 +2986,6 @@ 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) (should (string-equal (file-acl tmp-name1) (file-acl tmp-name3)))) ;; Two files with same ACLs.