diff options
Diffstat (limited to 'test/lib-src/emacsclient-tests.el')
-rw-r--r-- | test/lib-src/emacsclient-tests.el | 2 |
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 @@ ;; Skip if emacsclient was compiled with -pg (bug#28319). ;; Use ert--skip-unless rather than skip-unless to silence compiler. (ert--skip-unless (not (and (stringp stat) - (string-match-p "rofiling" stat)))) + (string-match-p "Profiling" stat)))) (should (eq 0 stat)))) (ert-deftest emacsclient-test-alternate-editor-allows-arguments () |