aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2017-11-19 12:50:05 +0100
committerMichael Albinus2017-11-19 12:50:05 +0100
commit504a56cf329f25f73b450e3f280144caf6e0b0d2 (patch)
tree2806a3eff002e5fccea843f2c12d3abfc9040779 /test
parenta34e44e8ee197bf7f4674e7bed70032f6c7eb647 (diff)
downloademacs-504a56cf329f25f73b450e3f280144caf6e0b0d2.tar.gz
emacs-504a56cf329f25f73b450e3f280144caf6e0b0d2.zip
; Fix last commit
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el1
1 files changed, 0 insertions, 1 deletions
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'."
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)
2990 (should (string-equal (file-acl tmp-name1) (file-acl tmp-name3)))) 2989 (should (string-equal (file-acl tmp-name1) (file-acl tmp-name3))))
2991 2990
2992 ;; Two files with same ACLs. 2991 ;; Two files with same ACLs.