tests: at-combinations: improve nonsense()
authorFelipe Contreras <redacted>
Tue, 7 May 2013 21:55:03 +0000 (16:55 -0500)
committerJunio C Hamano <redacted>
Wed, 8 May 2013 16:15:37 +0000 (09:15 -0700)
commit89d5dd4e2f47186687d70223847cec8ec3fb16dd
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 <redacted>
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t1508-at-combinations.sh
git clone https://git.99rst.org/PROJECT