From 0275c54ca80124f8a6e3a9823844b9ee131443cc Mon Sep 17 00:00:00 2001
From: Michael Albinus <michael.albinus@gmx.de>
Date: Mon, 3 Apr 2023 16:00:11 +0200
Subject: [PATCH] ; Fix last change

---
 test/lisp/net/tramp-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 9910aca6a70..3a9f5e03000 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -6416,8 +6416,8 @@ INPUT, if non-nil, is a string sent to the process."
 		 (format "%s~" (file-name-nondirectory tmp-name1))
 		 ert-remote-temporary-file-directory))))))
 
-	;; Cleanup.
-	(ignore-errors))
+	;; Cleanup.  Nothing to do yet.
+	nil)
 
       (unwind-protect
 	  ;; Map `backup-directory-alist'.
-- 
2.39.5