diff options
| -rw-r--r-- | test/automated/package-test.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/automated/package-test.el b/test/automated/package-test.el index b343ed7285d..2fbcfd06140 100644 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el @@ -353,7 +353,6 @@ Must called from within a `tar-mode' buffer." (list-packages) (should package--downloads-in-progress) (should mode-line-process) - (should-not (string= (format-mode-line mode-line-process) "")) (should-not (with-timeout (10 'timeout) (while package--downloads-in-progress |
