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 f024501..fa51a24 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 \