diff options
| author | David Bremner <david@tethera.net> | 2021-09-11 11:04:08 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-09-11 11:11:29 -0300 |
| commit | e722b4f48c90ea6536ac7efef47f9d0f3d8cc191 (patch) | |
| tree | 240768f85831c68ac1d877b7365e2a5a639e002d /test | |
| parent | 9fe36d7dc79df93e75de44290faf3fed66e688c0 (diff) | |
emacs: wrap call-process
Provide safe working directory
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T450-emacs-show.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T450-emacs-show.sh b/test/T450-emacs-show.sh index 03f953aa..4b5f5fde 100755 --- a/test/T450-emacs-show.sh +++ b/test/T450-emacs-show.sh @@ -238,7 +238,6 @@ test_expect_equal_file $EXPECTED/notmuch-show-decrypted-message-no-crypto OUTPUT test_begin_subtest "notmuch-show with nonexistent CWD" tid=$(notmuch search --limit=1 --output=threads '*' | sed s/thread://) -test_subtest_known_broken test_emacs "(test-log-error (let ((default-directory \"/nonexistent\")) (notmuch-show \"$tid\")))" |
