X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Ftests%2Frefile%2Ftest-refile;fp=test%2Ftests%2Frefile%2Ftest-refile;h=9dd852ae4866f236f82118352c75908b9e9e247f;hb=a8984c0e490cda653615bc0e1d4743ad8fe7a2a7;hp=0000000000000000000000000000000000000000;hpb=3244935a74559715749a60c03e7b608a227e0438;p=mmh diff --git a/test/tests/refile/test-refile b/test/tests/refile/test-refile new file mode 100755 index 0000000..9dd852a --- /dev/null +++ b/test/tests/refile/test-refile @@ -0,0 +1,135 @@ +#!/bin/sh +###################################################### +# +# Test refile +# +###################################################### + +. "$MH_TEST_COMMON" + + +runandcheck "scan +inbox" </dev/null +runandcheck "refile 4 +fol1" </dev/null +runandcheck "refile 6 +fol1 +fol2" </dev/null +runandcheck "refile 8 9 +fol1 +fol2" </dev/null +runandcheck "refile -src +fol1 1 +fol2" <