aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/net/tramp-tests.el2
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'."
2986 ;; Copy ACL. Since we don't know whether Emacs is built 2986 ;; Copy ACL. Since we don't know whether Emacs is built
2987 ;; with local ACL support, we must check it. 2987 ;; with local ACL support, we must check it.
2988 (when (set-file-acl tmp-name3 (file-acl tmp-name1)) 2988 (when (set-file-acl tmp-name3 (file-acl tmp-name1))
2989 (file-acl tmp-name1) (file-acl tmp-name3)) 2989 (file-acl tmp-name1) (file-acl tmp-name3)
2990 (should (string-equal (file-acl tmp-name1) (file-acl tmp-name3)))) 2990 (should (string-equal (file-acl tmp-name1) (file-acl tmp-name3))))
2991 2991
2992 ;; Two files with same ACLs. 2992 ;; Two files with same ACLs.