diff options
| author | Yuan Fu | 2022-06-14 15:59:46 -0700 |
|---|---|---|
| committer | Yuan Fu | 2022-06-14 15:59:46 -0700 |
| commit | 98bfb240818bae14cd87a1ffeb8fae7cb7846e05 (patch) | |
| tree | 16e8ab06875ed54e110cf98ccdbd7e78f15905c6 /test/src/process-tests.el | |
| parent | 184d212042ffa5a4f02c92085d9b6e8346d66e99 (diff) | |
| parent | 787c4ad8b0776280305a220d6669c956d9ed8a5d (diff) | |
| download | emacs-98bfb240818bae14cd87a1ffeb8fae7cb7846e05.tar.gz emacs-98bfb240818bae14cd87a1ffeb8fae7cb7846e05.zip | |
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Diffstat (limited to 'test/src/process-tests.el')
| -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 | ) |