mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* test/lisp/net/tramp-tests.el (tramp-test27-load): Adapt test. Don't merge
This commit is contained in:
parent
48201ce8de
commit
950dab21e3
1 changed files with 3 additions and 1 deletions
|
|
@ -4425,7 +4425,9 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
|
|||
(let ((tmp-name (tramp--test-make-temp-name nil quoted)))
|
||||
(unwind-protect
|
||||
(progn
|
||||
(load tmp-name 'noerror 'nomessage)
|
||||
;; Ange-FTP does not tolerate a missing file, even with `noerror'.
|
||||
(unless (tramp--test-ange-ftp-p)
|
||||
(load tmp-name 'noerror 'nomessage))
|
||||
(should-not (featurep 'tramp-test-load))
|
||||
(write-region "(provide 'tramp-test-load)" nil tmp-name)
|
||||
;; `load' in lread.c does not pass `must-suffix'. Why?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue