parent
2a8ad64ddd
commit
7ff836b366
2 changed files with 0 additions and 2 deletions
|
@ -825,7 +825,6 @@ automatic testing."
|
|||
Calling todo-show should display the last current todo file, not
|
||||
necessarily the new file. After deleting the new file, todo-show
|
||||
should display the previously current (or default) todo file."
|
||||
:tags '(:expensive-test)
|
||||
(with-todo-test
|
||||
(todo-show)
|
||||
(should (equal todo-current-todo-file todo-test-file-1))
|
||||
|
|
|
@ -957,7 +957,6 @@ See Bug#21722."
|
|||
|
||||
(ert-deftest simple-tests-shell-command-39067 ()
|
||||
"The output buffer is erased or not according to `shell-command-dont-erase-buffer'."
|
||||
:tags '(:expensive-test)
|
||||
(let ((str "foo\\n"))
|
||||
(dolist (output-current '(t nil))
|
||||
(with-shell-command-dont-erase-buffer str output-current
|
||||
|
|
Loading…
Add table
Reference in a new issue