X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8a87f7b5fd5622dcde0fc4b48d93157616b496f0..2b63c01aa93210f7c6b812c135173812793c7176:/test/refile/test-refile diff --git a/test/refile/test-refile b/test/refile/test-refile index 128ebd44..9de20e25 100755 --- a/test/refile/test-refile +++ b/test/refile/test-refile @@ -176,7 +176,9 @@ run_test 'folders -noheader' \ other has 7 messages (1-13). TOTAL = 12 messages in 2 folders.' -if ! test -f $MH_TEST_DIR/Mail/inbox/,2; then +if test -f $MH_TEST_DIR/Mail/inbox/,2; then + : +else echo "$0: refile -nounlink failed" 1>&2 failed=`expr ${failed:-0} + 1` fi