From bc21b73b2fd41f156e14feee7a77fcc292effaef Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Wed, 28 Oct 2015 06:59:03 +0100 Subject: [PATCH] Silence the output of `cd -' in the tests --- test/tests/spost/test-bcc-dcc | 2 +- test/tests/spost/test-sender-header | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/spost/test-bcc-dcc b/test/tests/spost/test-bcc-dcc index cafddaf..750d525 100644 --- a/test/tests/spost/test-bcc-dcc +++ b/test/tests/spost/test-bcc-dcc @@ -10,7 +10,7 @@ cd "$MMH" cat "`mhparam profile`" - >"$profile" < ! -cd - +cd - >/dev/null export MMHP="$profile" diff --git a/test/tests/spost/test-sender-header b/test/tests/spost/test-sender-header index a0776bb..3bbff3c 100644 --- a/test/tests/spost/test-sender-header +++ b/test/tests/spost/test-sender-header @@ -8,7 +8,7 @@ cat "`mhparam profile`" - >"$profile" < alternate-mailboxes: ziggy@example.net, walther@example.net ! -cd - +cd - >/dev/null export MMHP="$profile" draft="$MH_TEST_DIR/spost-$$.draft" -- 1.7.10.4