Silence the output of `cd -' in the tests
authormarkus schnalke <meillo@marmaro.de>
Wed, 28 Oct 2015 05:59:03 +0000 (06:59 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 28 Oct 2015 05:59:03 +0000 (06:59 +0100)
test/tests/spost/test-bcc-dcc
test/tests/spost/test-sender-header

index cafddaf..750d525 100644 (file)
@@ -10,7 +10,7 @@ cd "$MMH"
 cat "`mhparam profile`" - >"$profile" <<!
 default-from: Bob <bob@example.org>
 !
 cat "`mhparam profile`" - >"$profile" <<!
 default-from: Bob <bob@example.org>
 !
-cd -
+cd - >/dev/null
 export MMHP="$profile"
 
 
 export MMHP="$profile"
 
 
index a0776bb..3bbff3c 100644 (file)
@@ -8,7 +8,7 @@ cat "`mhparam profile`" - >"$profile" <<!
 default-from: Bob <bob@example.org>
 alternate-mailboxes: ziggy@example.net, walther@example.net
 !
 default-from: Bob <bob@example.org>
 alternate-mailboxes: ziggy@example.net, walther@example.net
 !
-cd -
+cd - >/dev/null
 export MMHP="$profile"
 
 draft="$MH_TEST_DIR/spost-$$.draft"
 export MMHP="$profile"
 
 draft="$MH_TEST_DIR/spost-$$.draft"