See "t9300 (fast-import), series A: re-indent". Cc: Shawn O. Pearce <spearce@xxxxxxxxxxx> Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> --- t/t9300-fast-import.sh | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index ab317d6..875a951 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -573,13 +573,13 @@ $file5_data EOF INPUT_END -test_expect_success \ - 'H: deletall, add 1' \ - 'git fast-import <input && - git whatchanged H' -test_expect_success \ - 'H: verify pack' \ - 'verify_packs' +test_expect_success 'H: deletall, add 1' ' + git fast-import <input && + git whatchanged H +' +test_expect_success 'H: verify pack' ' + verify_packs +' cat >expect <<EOF :100755 000000 $newf $zeroes D file2/newf @@ -589,15 +589,15 @@ cat >expect <<EOF :100755 000000 $file6_id $zeroes D newdir/exec.sh EOF git diff-tree -M -r H^ H >actual -test_expect_success \ - 'H: validate old files removed, new files added' \ - 'compare_diff_raw expect actual' +test_expect_success 'H: validate old files removed, new files added' ' + compare_diff_raw expect actual +' echo "$file5_data" >expect -test_expect_success \ - 'H: verify file' \ - 'git cat-file blob H:h/e/l/lo >actual && - test_cmp expect actual' +test_expect_success 'H: verify file' ' + git cat-file blob H:h/e/l/lo >actual && + test_cmp expect actual +' ### ### series I -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html