emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d7c4532f7c: ; Instrument filenotify-tests


From: Michael Albinus
Subject: master d7c4532f7c: ; Instrument filenotify-tests
Date: Sun, 18 Sep 2022 04:52:44 -0400 (EDT)

branch: master
commit d7c4532f7c59908cc4c29ed3fa1c9f7763878172
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; 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 cde93e6ed6..1e36117825 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]