]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last commit
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 19 Nov 2017 11:22:30 +0000 (12:22 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 19 Nov 2017 11:22:30 +0000 (12:22 +0100)
* test/lisp/net/tramp-tests.el (tramp-test24-file-acl):
Check for local ACL support.  (Bug#29291)

test/lisp/net/tramp-tests.el

index 3d0ed499d541638f7c807dca91538fe7eb440e51..f91df461533fe2905f4a0879024e3efdd6c4b0d9 100644 (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.