aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/process-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/process-tests.el')
-rw-r--r--test/src/process-tests.el2
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 )