]> git.marmaro.de Git - mmh/commitdiff
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 cafddaf640a42b2c6f5c6106b63627b2f53a413e..750d525a402050c4875b4b6180f613c6e538f8fa 100644 (file)
@@ -10,7 +10,7 @@ cd "$MMH"
 cat "`mhparam profile`" - >"$profile" <<!
 default-from: Bob <bob@example.org>
 !
-cd -
+cd - >/dev/null
 export MMHP="$profile"
 
 
index a0776bbf78258c3067d957247233cf775eff5955..3bbff3c1042419ca763bd87423db4db7a691202b 100644 (file)
@@ -8,7 +8,7 @@ cat "`mhparam profile`" - >"$profile" <<!
 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"