Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx> writes: > Some shells, including dash, do not support using the '==' string > equality operator. This results in the failure of tests 7-12 with > 'test' complaining of an "unexpected operator". Thanks. You do not have to single-out dash. A shell script that uses "test $a == $b" is *buggy* and not conforming to POSIX. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html