chiark / gitweb /
Fix bashism
[stgit] / t / t1000-branch-create.sh
index f024501cd11a68b9f1221583aff807eb04e67ee3..fa51a2487761e272ca4034c9de751edb385df701 100755 (executable)
@@ -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 \