projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a34e44e
)
; Fix last commit
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 19 Nov 2017 11:50:05 +0000
(12:50 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 19 Nov 2017 11:50:05 +0000
(12:50 +0100)
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index f91df461533fe2905f4a0879024e3efdd6c4b0d9..ad9d460d3c7564b4f7c329b93170720e0efac10e 100644
(file)
--- 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.