String comparison is done with "=", not "=="
authorKarl Hasselström <kha@treskal.com>
Sun, 29 Apr 2007 21:09:50 +0000 (23:09 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Mon, 14 May 2007 21:06:56 +0000 (22:06 +0100)
commit89f647446f996f7846cbc56526451bf61a1a940c
tree392cff5f74c079c8228ca458f1d8858c8b0680fc
parent6aff55e93e9814621dd7b8623e18036b540bda1a
String comparison is done with "=", not "=="

The "test" builtin in bash accepts both "==" and "=", but it didn't
work with dash as /bin/sh.

Signed-off-by: Karl Hasselström <kha@treskal.com>
t/t1300-uncommit.sh
t/t1800-import.sh
t/t1900-mail.sh
t/t2000-sync.sh