]> git.notmuchmail.org Git - notmuch/blobdiff - test/emacs
emacs: get rid of trailing spaces in notmuch-hello view
[notmuch] / test / emacs
index c7510e913714e94c9c471631b508c37b348ad5b8..38decd0a7d22cab3b37086c05efea369747774ed 100755 (executable)
@@ -39,7 +39,7 @@ test_begin_subtest "Navigation of notmuch-hello to search results"
 test_emacs '(notmuch-hello)
            (goto-char (point-min))
            (re-search-forward "inbox")
-           (widget-button-press (point))
+           (widget-button-press (1- (point)))
            (notmuch-test-wait)
            (test-output)'
 test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-view-inbox