* 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)))
|
(let ((tmp-name (tramp--test-make-temp-name nil quoted)))
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
(progn
|
(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))
|
(should-not (featurep 'tramp-test-load))
|
||||||
(write-region "(provide 'tramp-test-load)" nil tmp-name)
|
(write-region "(provide 'tramp-test-load)" nil tmp-name)
|
||||||
;; `load' in lread.c does not pass `must-suffix'. Why?
|
;; `load' in lread.c does not pass `must-suffix'. Why?
|
||||||
|
|
Loading…
Add table
Reference in a new issue