chiark / gitweb /
Fix bashism
authorKarl Hasselström <kha@treskal.com>
Sat, 8 Dec 2007 09:30:40 +0000 (10:30 +0100)
committerKarl Hasselström <kha@treskal.com>
Sat, 8 Dec 2007 09:30:40 +0000 (10:30 +0100)
Signed-off-by: Karl Hasselström <kha@treskal.com>
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 \