X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ff42cedd45f18681498c5e380329cdaff2cecf0d..cb68860194290ad4eb6a2baa65a53a756ad98b7b:/t/t1900-mail.sh diff --git a/t/t1900-mail.sh b/t/t1900-mail.sh index 6a950b4..78050db 100755 --- a/t/t1900-mail.sh +++ b/t/t1900-mail.sh @@ -6,6 +6,7 @@ test_description='Test the mail command' test_expect_success \ 'Initialize the StGIT repository' \ ' + git repo-config stgit.sender "A U Thor " && for i in 1 2 3 4 5; do touch foo.txt && echo "line $i" >> foo.txt && @@ -28,7 +29,7 @@ test_expect_success \ stg pop -a && stg import -M mbox0 && t2=$(git cat-file -p $(stg id) | grep ^tree) && - [ "$t1" == "$t2" ] + [ "$t1" = "$t2" ] ' test_done