Torsten Bögershausen <tboegi@xxxxxx> writes: > test_expect_success 'cloning myhost:src uses ssh' ' > clear_ssh && > - git clone myhost:src ssh-clone && > + ! git clone myhost:src ssh-clone && This succeeds if Git segfaults for example. Please, use test_must_fail instead of "!". -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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