diff options
| author | Stefan Kangas | 2022-06-10 08:17:35 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-06-10 08:17:35 +0200 |
| commit | 17666093097d58466e9581b9ff1d07ec5e3eeebf (patch) | |
| tree | fb52205fa16182ef4fa076eae74ee85bec36733b /test/src | |
| parent | 8ac23bf0f6d1efc564b7086150cbadc11fba31a2 (diff) | |
| parent | d02c94090c4dd7c90da9ccd3268a9e02cadf0a45 (diff) | |
| download | emacs-17666093097d58466e9581b9ff1d07ec5e3eeebf.tar.gz emacs-17666093097d58466e9581b9ff1d07ec5e3eeebf.zip | |
Merge from origin/emacs-28
d02c94090c Fix error reporting in process-async-https-with-delay
9a4862a973 * doc/misc/org.org: Remove spurious markup.
768ed1476a Make Tramp version check more robust
7f778c6943 Fix debugging with GDB when a breakpoint has multiple loca...
25e53e9391 ; * lisp/files.el (file-expand-wildcards): Doc fix.
3ea9357d10 Update documentation of 'aset' and 'store-substring'
# Conflicts:
# lisp/files.el
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/process-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/process-tests.el b/test/src/process-tests.el index f5908d3cda5..824c6da1191 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el | |||
| @@ -931,7 +931,7 @@ Return nil if FILENAME doesn't exist." | |||
| 931 | (< (float-time) (+ t0 limit))) | 931 | (< (float-time) (+ t0 limit))) |
| 932 | (sit-for 0.1))) | 932 | (sit-for 0.1))) |
| 933 | (should status) | 933 | (should status) |
| 934 | (should-not (assq :error status)) | 934 | (should-not (plist-get status ':error)) |
| 935 | (should buf) | 935 | (should buf) |
| 936 | (should (> (buffer-size buf) 0)) | 936 | (should (> (buffer-size buf) 0)) |
| 937 | ) | 937 | ) |