diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-05-10 10:53:17 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-05-10 10:53:17 +0200 |
commit | 605509cc0619e9c018320120786854764d8846a6 (patch) | |
tree | da31c9247fa0230ebed1747224d12d4dad4547e0 /t | |
parent | 2b517f97c0f67df03cdd21a8f78aa3a13b095e8d (diff) | |
download | mblaze-605509cc0619e9c018320120786854764d8846a6.tar.gz mblaze-605509cc0619e9c018320120786854764d8846a6.tar.xz mblaze-605509cc0619e9c018320120786854764d8846a6.zip |
t/1900-mdeliver.t: fix plan
Diffstat (limited to 't')
-rwxr-xr-x | t/1900-mdeliver.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/1900-mdeliver.t b/t/1900-mdeliver.t index 18a7bdb..0cce83c 100755 --- a/t/1900-mdeliver.t +++ b/t/1900-mdeliver.t @@ -1,7 +1,7 @@ #!/bin/sh -e cd ${0%/*} . ./lib.sh -plan 2 +plan 9 rm -rf test.dir mkdir test.dir |