diff options
| author | Stefan Monnier | 2023-12-21 09:27:53 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2023-12-21 09:27:53 -0500 |
| commit | ec898e94b3d364d58a3a833c413da005fea2867a (patch) | |
| tree | 24214b47def2bb8a7ebfbc6a33d1989bf07f5ad8 | |
| parent | fe67c36cd9bb2967e0c2eca3d4a31c0950130eb7 (diff) | |
| download | emacs-scratch/no-ls-lisp-advice.tar.gz emacs-scratch/no-ls-lisp-advice.zip | |
* test/lisp/ls-lisp-tests.el (ls-lisp-unload): Delete testscratch/no-ls-lisp-advice
We don't use such advice any more.
| -rw-r--r-- | test/lisp/ls-lisp-tests.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/lisp/ls-lisp-tests.el b/test/lisp/ls-lisp-tests.el index 8c6262819c4..374028a3d16 100644 --- a/test/lisp/ls-lisp-tests.el +++ b/test/lisp/ls-lisp-tests.el | |||
| @@ -29,13 +29,6 @@ | |||
| 29 | (require 'ls-lisp) | 29 | (require 'ls-lisp) |
| 30 | (require 'dired) | 30 | (require 'dired) |
| 31 | 31 | ||
| 32 | (ert-deftest ls-lisp-unload () | ||
| 33 | "Test for https://debbugs.gnu.org/xxxxx ." | ||
| 34 | (should (advice-member-p 'ls-lisp--insert-directory 'insert-directory)) | ||
| 35 | (unload-feature 'ls-lisp 'force) | ||
| 36 | (should-not (advice-member-p 'ls-lisp--insert-directory 'insert-directory)) | ||
| 37 | (require 'ls-lisp)) | ||
| 38 | |||
| 39 | (ert-deftest ls-lisp-test-bug27762 () | 32 | (ert-deftest ls-lisp-test-bug27762 () |
| 40 | "Test for https://debbugs.gnu.org/27762 ." | 33 | "Test for https://debbugs.gnu.org/27762 ." |
| 41 | (let* ((dir source-directory) | 34 | (let* ((dir source-directory) |