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 | 46 +++++++++++++++++++++++----------------------- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 7bd2bd0..04e4f6d 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -998,10 +998,10 @@ D file2/file5 INPUT_END -test_expect_success \ - 'O: comments are all skipped' \ - 'git fast-import <input && - test `git rev-parse N3` = `git rev-parse O1`' +test_expect_success 'O: comments are all skipped' ' + git fast-import <input && + test `git rev-parse N3` = `git rev-parse O1` +' cat >input <<INPUT_END commit refs/heads/O2 @@ -1019,14 +1019,14 @@ D file2/file5 INPUT_END -test_expect_success \ - 'O: blank lines not necessary after data commands' \ - 'git fast-import <input && - test `git rev-parse N3` = `git rev-parse O2`' +test_expect_success 'O: blank lines not necessary after data commands' ' + git fast-import <input && + test `git rev-parse N3` = `git rev-parse O2` +' -test_expect_success \ - 'O: repack before next test' \ - 'git repack -a -d' +test_expect_success 'O: repack before next test' ' + git repack -a -d +' cat >input <<INPUT_END commit refs/heads/O3 @@ -1064,13 +1064,13 @@ of empty commits INPUT_END -test_expect_success \ - 'O: blank lines not necessary after other commands' \ - 'git fast-import <input && - test 8 = `find .git/objects/pack -type f | wc -l` && - test `git rev-parse refs/tags/O3-2nd` = `git rev-parse O3^` && - git log --reverse --pretty=oneline O3 | sed s/^.*z// >actual && - test_cmp expect actual' +test_expect_success 'O: blank lines not necessary after other commands' ' + git fast-import <input && + test 8 = `find .git/objects/pack -type f | wc -l` && + test `git rev-parse refs/tags/O3-2nd` = `git rev-parse O3^` && + git log --reverse --pretty=oneline O3 | sed s/^.*z// >actual && + test_cmp expect actual +' cat >input <<INPUT_END commit refs/heads/O4 @@ -1097,11 +1097,11 @@ zcommits COMMIT progress I'm done! INPUT_END -test_expect_success \ - 'O: progress outputs as requested by input' \ - 'git fast-import <input >actual && - grep "progress " <input >expect && - test_cmp expect actual' +test_expect_success 'O: progress outputs as requested by input' ' + git fast-import <input >actual && + grep "progress " <input >expect && + test_cmp expect actual +' ### ### series P (gitlinks) -- 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