X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftests%2Fshow%2Ftest-cte-binary;fp=test%2Ftests%2Fmhshow%2Ftest-cte-binary;h=07609b56e32dabc00a9888ed0ef9c8400e38e9a0;hb=6e2f32e99cb31f65e86913e0706c92e257ab4169;hp=53a772a5711743a295b98215397772fbb80c5dd5;hpb=c3ed524435c792523deeb78f3a6936b7ded0393e;p=mmh diff --git a/test/tests/mhshow/test-cte-binary b/test/tests/show/test-cte-binary similarity index 85% rename from test/tests/mhshow/test-cte-binary rename to test/tests/show/test-cte-binary index 53a772a..07609b5 100644 --- a/test/tests/mhshow/test-cte-binary +++ b/test/tests/show/test-cte-binary @@ -9,7 +9,7 @@ expected=$MH_TEST_DIR/$$.expected actual=$MH_TEST_DIR/$$.actual # Write message with Content-Transfer-Encoding: binary text. -msgfile=$(mhpath new) +msgfile=$(mhpath b) msgnum=$(basename $msgfile) cat > $msgfile < $expected < $actual 2>&1 +show $msgnum > $actual 2>&1 diff -u $expected $actual