aboutsummaryrefslogtreecommitdiff
path: root/test/T310-emacs.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-08-29 12:23:32 -0700
committerDavid Bremner <david@tethera.net>2021-09-11 10:27:38 -0300
commiteb226437e1c0da6da86c04c78cbdd2020b982ad6 (patch)
tree5d99f26dc5a43adef8e13594d24cd97ad43553db /test/T310-emacs.sh
parent88224bde6248ed03a1c548e437abb12caa382b79 (diff)
emacs: wrap make-process
Provide a safe working directory.
Diffstat (limited to 'test/T310-emacs.sh')
-rwxr-xr-xtest/T310-emacs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T310-emacs.sh b/test/T310-emacs.sh
index 21b73e5a..1b6660f0 100755
--- a/test/T310-emacs.sh
+++ b/test/T310-emacs.sh
@@ -1169,7 +1169,6 @@ EOF
test_expect_equal_file EXPECTED OUTPUT
test_begin_subtest "notmuch-search with nonexistent CWD"
-test_subtest_known_broken
test_emacs '(test-log-error
(let ((default-directory "/nonexistent"))
(notmuch-search "*")))'