summaryrefslogtreecommitdiff
path: root/test/automated/tramp-tests.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2014-02-07 16:56:15 +0100
committerMichael Albinus <michael.albinus@gmx.de>2014-02-07 16:56:15 +0100
commit5a327e991ed404914530fed26d30e215899f9a72 (patch)
tree13ce6efeff807ff63f4449770d1c44066e2bc812 /test/automated/tramp-tests.el
parentcad6dfb67f541abaefb5d0f9784e660f39b9b645 (diff)
downloademacs-5a327e991ed404914530fed26d30e215899f9a72.tar.gz
Remove superfluous argument.
Diffstat (limited to 'test/automated/tramp-tests.el')
-rw-r--r--test/automated/tramp-tests.el4
1 files 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))