X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/6aff55e93e9814621dd7b8623e18036b540bda1a..89f647446f996f7846cbc56526451bf61a1a940c:/t/t1800-import.sh diff --git a/t/t1800-import.sh b/t/t1800-import.sh index 0c1baa3..ed10fa8 100755 --- a/t/t1800-import.sh +++ b/t/t1800-import.sh @@ -19,7 +19,7 @@ test_expect_success \ ' stg import ../t1800-import/git-diff && [ $(git cat-file -p $(stg id) \ - | grep -c "tree e96b1fba2160890ff600b675d7140d46b022b155") == 1 ] && + | grep -c "tree e96b1fba2160890ff600b675d7140d46b022b155") = 1 ] && stg delete .. ' @@ -28,7 +28,7 @@ test_expect_success \ ' stg import ../t1800-import/gnu-diff && [ $(git cat-file -p $(stg id) \ - | grep -c "tree e96b1fba2160890ff600b675d7140d46b022b155") == 1 ] && + | grep -c "tree e96b1fba2160890ff600b675d7140d46b022b155") = 1 ] && stg delete .. ' @@ -37,7 +37,7 @@ test_expect_success \ ' stg import ../t1800-import/stg-export && [ $(git cat-file -p $(stg id) \ - | grep -c "tree e96b1fba2160890ff600b675d7140d46b022b155") == 1 ] && + | grep -c "tree e96b1fba2160890ff600b675d7140d46b022b155") = 1 ] && stg delete .. ' @@ -46,9 +46,9 @@ test_expect_success \ ' stg import -m ../t1800-import/email-8bit && [ $(git cat-file -p $(stg id) \ - | grep -c "tree 030be42660323ff2a1958f9ee79589a4f3fbee2f") == 1 ] && + | grep -c "tree 030be42660323ff2a1958f9ee79589a4f3fbee2f") = 1 ] && [ $(git cat-file -p $(stg id) \ - | grep -c "author Inge Ström ") == 1 ] && + | grep -c "author Inge Ström ") = 1 ] && stg delete .. ' @@ -57,9 +57,9 @@ test_expect_success \ ' stg import -m ../t1800-import/email-qp && [ $(git cat-file -p $(stg id) \ - | grep -c "tree 030be42660323ff2a1958f9ee79589a4f3fbee2f") == 1 ] && + | grep -c "tree 030be42660323ff2a1958f9ee79589a4f3fbee2f") = 1 ] && [ $(git cat-file -p $(stg id) \ - | grep -c "author Inge Ström ") == 1 ] && + | grep -c "author Inge Ström ") = 1 ] && stg delete .. ' @@ -68,17 +68,17 @@ test_expect_success \ ' stg import -M ../t1800-import/email-mbox && [ $(git cat-file -p $(stg id change-1) \ - | grep -c "tree 401bef82cd9fb403aba18f480a63844416a2e023") == 1 ] && + | grep -c "tree 401bef82cd9fb403aba18f480a63844416a2e023") = 1 ] && [ $(git cat-file -p $(stg id change-1) \ - | grep -c "author Inge Ström ") == 1 ] && + | grep -c "author Inge Ström ") = 1 ] && [ $(git cat-file -p $(stg id change-2) \ - | grep -c "tree e49dbce010ec7f441015a8c64bce0b99108af4cc") == 1 ] && + | grep -c "tree e49dbce010ec7f441015a8c64bce0b99108af4cc") = 1 ] && [ $(git cat-file -p $(stg id change-2) \ - | grep -c "author Inge Ström ") == 1 ] && + | grep -c "author Inge Ström ") = 1 ] && [ $(git cat-file -p $(stg id change-3) \ - | grep -c "tree 166bbaf27a44aee21ba78c98822a741e6f7d78f5") == 1 ] && + | grep -c "tree 166bbaf27a44aee21ba78c98822a741e6f7d78f5") = 1 ] && [ $(git cat-file -p $(stg id change-3) \ - | grep -c "author Inge Ström ") == 1 ] && + | grep -c "author Inge Ström ") = 1 ] && stg delete .. '