tests: at-combinations: improve nonsense()
commit89d5dd4e2f47186687d70223847cec8ec3fb16dd
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 7 May 2013 21:55:03 +0000 (7 16:55 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2013 16:15:37 +0000 (8 09:15 -0700)
tree7679bb2aa4b42a63827836c382abe3dfd8bf2f60
parentc8a81e90acda9da55bae627928e80b04e98980fc
tests: at-combinations: improve nonsense()

In some circumstances 'git log' might fail, but not because the @
parsing failed. For example: 'git rev-parse' might succeed and return a
bad object, and then 'git log' would fail.

The layer we want to test is revision parsing, so let's test that
directly.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1508-at-combinations.sh