From d7c4532f7c59908cc4c29ed3fa1c9f7763878172 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 18 Sep 2022 10:52:34 +0200 Subject: [PATCH] ; Instrument filenotify-tests Author: --- test/lisp/filenotify-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index cde93e6ed60..1e36117825e 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -178,7 +178,7 @@ Return nil when any other file notification watch is still active." (setq file-notify-debug nil password-cache-expiry nil - tramp-verbose (when (getenv "EMACS_EMBA_CI") 10 0) + tramp-verbose (if (getenv "EMACS_EMBA_CI") 10 0) ;; When the remote user id is 0, Tramp refuses unsafe temporary files. tramp-allow-unsafe-temporary-files -- 2.39.2