X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/6aff55e93e9814621dd7b8623e18036b540bda1a..89f647446f996f7846cbc56526451bf61a1a940c:/t/t1900-mail.sh?ds=sidebyside 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