t3301 (notes): use test_expect_code for clarity
commit0155a64e88ad65408f9ca6d988156aec0898863d
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 31 Oct 2010 07:36:57 +0000 (31 02:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Nov 2010 23:00:43 +0000 (9 15:00 -0800)
tree7cced7af4d2a4080f62cc0d88612e438f162ae1c
parent598f0877aa36b5482734091ffef30e21b4e79803
t3301 (notes): use test_expect_code for clarity

Use the test_expect_code helper instead of open-coding it.

The main behavior change is to print the command and actual exit
status when the test fails.  More importantly, this would make it
easier to add commands before "git notes show" as part of the
same test assertion if needed.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3301-notes.sh