From 085d45e3891a7def705082c21fc112a97d85062e Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Fri, 11 Nov 2011 01:43:03 +0200 Subject: [PATCH] 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. --- test/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ "\$@" -- 2.43.0