Torsten Bögershausen <tbo...@web.de> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to