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.
This commit is contained in:
Tomi Ollila 2011-11-11 01:43:03 +02:00 committed by David Bremner
parent ebd1adc55b
commit 085d45e389

View file

@ -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 \
"\$@"