X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/003753379ff42f2c7d1a69cd1b77b95384f19ea2..f7a73141ca0db04818f958e68667f5b3f3019550:/t/t1000-branch-create.sh diff --git a/t/t1000-branch-create.sh b/t/t1000-branch-create.sh index f024501..fa51a24 100755 --- a/t/t1000-branch-create.sh +++ b/t/t1000-branch-create.sh @@ -14,7 +14,7 @@ test_expect_success \ 'Create a branch when the current one is not an StGIT stack' ' git branch origin && stg branch --create new origin && - test $(stg branch) == "new" + test $(stg branch) = "new" ' test_expect_success \