diff options
| author | David Bremner <david@tethera.net> | 2021-08-29 12:23:30 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-09-11 10:19:27 -0300 |
| commit | 5e5f2122f91413e93761ca4a3d30b0b8b0d5e38e (patch) | |
| tree | 4364e0574098907a54fbf0e7b7acdb3d60e9f09a /test | |
| parent | a890241138ea468f8a275941b02da39b4e894c1e (diff) | |
emacs: wrap call-process-region
As with notmuch--process-lines, initial purpose is to provide a safe
binding for default-directory. This is enough to make notmuch-hello
robust against non-existent or corrupt values default-directory, but
probably not other views.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T440-emacs-hello.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T440-emacs-hello.sh b/test/T440-emacs-hello.sh index 9d1e5a9c..a1ed1c2b 100755 --- a/test/T440-emacs-hello.sh +++ b/test/T440-emacs-hello.sh @@ -69,7 +69,6 @@ notmuch tag -$tag '*' test_expect_equal_file $EXPECTED/notmuch-hello-long-names OUTPUT test_begin_subtest "notmuch-hello with nonexistent CWD" -test_subtest_known_broken test_emacs ' (notmuch-hello) (test-log-error |
