diff options
| author | Artur Malabarba | 2015-04-12 02:14:03 +0100 |
|---|---|---|
| committer | Artur Malabarba | 2015-04-12 02:14:03 +0100 |
| commit | f80027b37ac4d41dcc4ad7ce1e486dd194307b5d (patch) | |
| tree | 8e37ef1c3448672642b7c25f34175c2d33fc5370 /test | |
| parent | ba273b6185169958df4ce7035e214863d539d48c (diff) | |
| download | emacs-f80027b37ac4d41dcc4ad7ce1e486dd194307b5d.tar.gz emacs-f80027b37ac4d41dcc4ad7ce1e486dd194307b5d.zip | |
* test/automated/package-test.el: Fix new test
Diffstat (limited to 'test')
| -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." | |||
| 353 | (list-packages) | 353 | (list-packages) |
| 354 | (should package--downloads-in-progress) | 354 | (should package--downloads-in-progress) |
| 355 | (should mode-line-process) | 355 | (should mode-line-process) |
| 356 | (should-not (string= (format-mode-line mode-line-process) "")) | ||
| 357 | (should-not | 356 | (should-not |
| 358 | (with-timeout (10 'timeout) | 357 | (with-timeout (10 'timeout) |
| 359 | (while package--downloads-in-progress | 358 | (while package--downloads-in-progress |