X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dc1f54e0b883f7deec844b7acd87d5c9ad9b306d..8ae191f927b3e294b7a50124b8c806365c4dbeb8:/test/runtest diff --git a/test/runtest b/test/runtest index 5cfc1584..f23608bf 100755 --- a/test/runtest +++ b/test/runtest @@ -22,7 +22,7 @@ mkdir $MH_TEST_DIR/Mail echo "Path: $MH_TEST_DIR/Mail" > $MH folder -create +inbox > /dev/null # create 10 basic messages -for i in `seq 1 10`; +for i in 1 2 3 4 5 6 7 8 9 10; do cat > $MH_TEST_DIR/Mail/inbox/$i < @@ -47,7 +47,7 @@ elif [ $return_value -eq 120 ]; then # indicates test was skipped (eg needed program not found) # test itself should have printed a message about this, # so print nothing here. - : + status=0 else echo Test $1 FAIL fi