From: markus schnalke Date: Wed, 28 Oct 2015 05:59:03 +0000 (+0100) Subject: Silence the output of `cd -' in the tests X-Git-Tag: mmh-0.2~18 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=bc21b73b2fd41f156e14feee7a77fcc292effaef;ds=sidebyside Silence the output of `cd -' in the tests --- 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"