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 | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 82647f8..614c5b5 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -752,11 +752,11 @@ cat >expect <<EXPECT_END :100644 100644 $some_data $other_data M ba EXPECT_END -test_expect_success \ - 'L: verify internal tree sorting' \ - 'git fast-import <input && - git diff-tree L^ L >output && - test_cmp expect output' +test_expect_success 'L: verify internal tree sorting' ' + git fast-import <input && + git diff-tree L^ L >output && + test_cmp expect output +' ### ### series M -- 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