diff options
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index d4067becf93..b9868ff6a87 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -2346,6 +2346,7 @@ This checks also `file-name-as-directory', `file-name-directory', | |||
| 2346 | ;; Run the test. | 2346 | ;; Run the test. |
| 2347 | (advice-add 'write-region :before advice) | 2347 | (advice-add 'write-region :before advice) |
| 2348 | (setq-local file-precious-flag t) | 2348 | (setq-local file-precious-flag t) |
| 2349 | (setq-local backup-inhibited t) | ||
| 2349 | (insert "bar") | 2350 | (insert "bar") |
| 2350 | (should (null (save-buffer))) | 2351 | (should (null (save-buffer))) |
| 2351 | (should-not (cl-member tmp-name written-files :test #'string=))) | 2352 | (should-not (cl-member tmp-name written-files :test #'string=))) |