From f7a73141ca0db04818f958e68667f5b3f3019550 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karl=20Hasselstr=C3=B6m?= Date: Sat, 8 Dec 2007 10:30:40 +0100 Subject: [PATCH] Fix bashism MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Karl Hasselström --- t/t1000-branch-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.11.0