aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-09-11 11:04:08 -0300
committerDavid Bremner <david@tethera.net>2021-09-11 11:11:29 -0300
commite722b4f48c90ea6536ac7efef47f9d0f3d8cc191 (patch)
tree240768f85831c68ac1d877b7365e2a5a639e002d /test
parent9fe36d7dc79df93e75de44290faf3fed66e688c0 (diff)
emacs: wrap call-process
Provide safe working directory
Diffstat (limited to 'test')
-rwxr-xr-xtest/T450-emacs-show.sh1
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\")))"