From: Michael Albinus Date: Fri, 7 Feb 2014 15:56:15 +0000 (+0100) Subject: Remove superfluous argument. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a327e991ed404914530fed26d30e215899f9a72;p=emacs.git Remove superfluous argument. --- 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))