aboutsummaryrefslogtreecommitdiff
path: root/test/test-lib.sh
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2011-11-11 01:43:03 +0200
committerDavid Bremner <bremner@debian.org>2011-11-12 23:21:44 -0400
commit085d45e3891a7def705082c21fc112a97d85062e (patch)
tree1770088ec4609680860a66cf562e1f47b2f14810 /test/test-lib.sh
parentebd1adc55bcd0f484984bb87f0ea5c0e7091d062 (diff)
exec emacs at the end of run_emacs script
In the last line of run_emacs, exec the emacs process. With one fork less the process list is (also) neater.
Diffstat (limited to 'test/test-lib.sh')
-rwxr-xr-xtest/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh
index d88548b..020bcb7 100755
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -830,7 +830,7 @@ export NOTMUCH_CONFIG=$NOTMUCH_CONFIG
#
# --load Force loading of notmuch.el and test-lib.el
-emacs --no-init-file --no-site-file \
+exec emacs --no-init-file --no-site-file \
--directory "$TEST_DIRECTORY/../emacs" --load notmuch.el \
--directory "$TEST_DIRECTORY" --load test-lib.el \
"\$@"