X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/178426c492a38c81eeac55b90dca5aa3b8a23492..34a1b4c2988875ba064cd3a261f3d3b8c63d7f8e:/t/t1900-mail.sh diff --git a/t/t1900-mail.sh b/t/t1900-mail.sh index 3eed7f8..78050db 100755 --- a/t/t1900-mail.sh +++ b/t/t1900-mail.sh @@ -29,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