From 5a327e991ed404914530fed26d30e215899f9a72 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 7 Feb 2014 16:56:15 +0100 Subject: [PATCH] Remove superfluous argument. --- test/automated/tramp-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index 182dc4bdfb7..67f55254da1 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el @@ -1153,7 +1153,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (default-directory tramp-test-temporary-file-directory)) (unwind-protect (with-temp-buffer - (write-region "foo" nil tmp-name nil) + (write-region "foo" nil tmp-name) (should (file-exists-p tmp-name)) (shell-command (format "ls %s" (file-name-nondirectory tmp-name)) (current-buffer)) @@ -1164,7 +1164,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (unwind-protect (with-temp-buffer - (write-region "foo" nil tmp-name nil) + (write-region "foo" nil tmp-name) (should (file-exists-p tmp-name)) (async-shell-command (format "ls %s" (file-name-nondirectory tmp-name)) (current-buffer)) -- 2.39.2