diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2021-08-16 11:37:19 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2021-08-16 13:59:57 +0200 |
commit | 343dc9d41524cebfc88511a88df3969dbd766022 (patch) | |
tree | b101e34576d608ef7fb481f8df4198f018c32a5e | |
parent | 751f1707f009c714dbfe047ef43443a5c0c3df89 (diff) | |
download | emacs-343dc9d41524cebfc88511a88df3969dbd766022.tar.gz emacs-343dc9d41524cebfc88511a88df3969dbd766022.tar.bz2 emacs-343dc9d41524cebfc88511a88df3969dbd766022.zip |
; * test/lisp/vc/diff-mode-tests.el: Remove useless \
-rw-r--r-- | test/lisp/vc/diff-mode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el index 521865906e7..fefe50d5173 100644 --- a/test/lisp/vc/diff-mode-tests.el +++ b/test/lisp/vc/diff-mode-tests.el @@ -475,7 +475,7 @@ baz")))) (should (equal (diff-hunk-file-names) '("/tmp/ange-ftp1351895K.el" "/tmp/ange-ftp13518wvE.el")))) (with-temp-buffer - (insert "diff -c -L /ftp\:slbhao\:/home/albinus/src/tramp/lisp/tramp.el -L /ftp\:slbhao\:/home/albinus/src/emacs/lisp/net/tramp.el /tmp/ange-ftp13518wvE.el /tmp/ange-ftp1351895K.el\n") + (insert "diff -c -L /ftp:slbhao:/home/albinus/src/tramp/lisp/tramp.el -L /ftp:slbhao:/home/albinus/src/emacs/lisp/net/tramp.el /tmp/ange-ftp13518wvE.el /tmp/ange-ftp1351895K.el\n") (goto-char (point-min)) (should (equal (diff-hunk-file-names) '("/tmp/ange-ftp1351895K.el" "/tmp/ange-ftp13518wvE.el"))))) |