commit | 0155a64e88ad65408f9ca6d988156aec0898863d | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrnieder@gmail.com> | Sun Oct 31 02:36:57 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Nov 09 15:00:43 2010 -0800 |
tree | 7cced7af4d2a4080f62cc0d88612e438f162ae1c | |
parent | 598f0877aa36b5482734091ffef30e21b4e79803 [diff] |
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>