From: Tomi Ollila Date: Thu, 10 Nov 2011 23:43:03 +0000 (+0200) Subject: exec emacs at the end of run_emacs script X-Git-Tag: 0.10_rc1~18 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=085d45e3891a7def705082c21fc112a97d85062e 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. --- diff --git a/test/test-lib.sh b/test/test-lib.sh index d88548b3..020bcb7a 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 \ "\$@"