chiark / gitweb /
Don't split long and short description in "stg edit"
[stgit] / t / t1900-mail.sh
index 3eed7f8a89dbd781ffbe8b52504015c1a7ec07a0..78050dbcbc8605017de4b1df813a86c2af3605fd 100755 (executable)
@@ -29,7 +29,7 @@ test_expect_success \
     stg pop -a &&
     stg import -M mbox0 &&
     t2=$(git cat-file -p $(stg id) | grep ^tree) &&
-    [ "$t1" == "$t2" ]
+    [ "$t1" = "$t2" ]
     '
 
 test_done