summaryrefslogtreecommitdiff
path: root/test/lisp/dired-tests.el
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2017-07-21 13:32:48 +0900
committerTino Calancha <tino.calancha@gmail.com>2017-07-21 13:32:48 +0900
commit1d559e384b467b3f74e8b78695f124b561c884d9 (patch)
tree004b3d906159213f7f0dd8bf8fdb785dcbf68ab2 /test/lisp/dired-tests.el
parent76268499ddde14f84426ddf84d4997bf8dfb5b65 (diff)
downloademacs-1d559e384b467b3f74e8b78695f124b561c884d9.tar.gz
dired: Revert buffer when DIRNAME is a cons
* lisp/dired.el (dired-internal-noselect): Revert buffer if DIR-OR-LIST is a cons, or dired-directory is a cons and DIR-OR-LIST a string (Bug#7131). Update the comments. * test/lisp/dired-tests.el (dired-test-bug7131): Test should pass.
Diffstat (limited to 'test/lisp/dired-tests.el')
-rw-r--r--test/lisp/dired-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el
index 791ba07fb67..bd1816172e7 100644
--- a/test/lisp/dired-tests.el
+++ b/test/lisp/dired-tests.el
@@ -131,7 +131,6 @@
(ert-deftest dired-test-bug7131 ()
"Test for http://debbugs.gnu.org/7131 ."
- :expected-result :failed
(let* ((dir (expand-file-name "lisp" source-directory))
(buf (dired dir)))
(unwind-protect