aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib-src')
-rw-r--r--test/lib-src/emacsclient-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el
index 4b7fa47989d..beca972aad4 100644
--- a/test/lib-src/emacsclient-tests.el
+++ b/test/lib-src/emacsclient-tests.el
@@ -43,7 +43,7 @@
43 ;; Skip if emacsclient was compiled with -pg (bug#28319). 43 ;; Skip if emacsclient was compiled with -pg (bug#28319).
44 ;; Use ert--skip-unless rather than skip-unless to silence compiler. 44 ;; Use ert--skip-unless rather than skip-unless to silence compiler.
45 (ert--skip-unless (not (and (stringp stat) 45 (ert--skip-unless (not (and (stringp stat)
46 (string-match-p "rofiling" stat)))) 46 (string-match-p "Profiling" stat))))
47 (should (eq 0 stat)))) 47 (should (eq 0 stat))))
48 48
49(ert-deftest emacsclient-test-alternate-editor-allows-arguments () 49(ert-deftest emacsclient-test-alternate-editor-allows-arguments ()