X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1200-tutorial.sh;h=eebe643bda9dd5180e8435a59c7510ba97e59144;hb=563b43ee45b87cf1e4bba99d3d0216f396d5c873;hp=0272dd429302534846e3a7f221a520bac2907ca8;hpb=e0d68cd5d95fc15342db38c211f71efe5bcfbe94;p=git.git diff --git a/t/t1200-tutorial.sh b/t/t1200-tutorial.sh index 0272dd429..eebe643bd 100755 --- a/t/t1200-tutorial.sh +++ b/t/t1200-tutorial.sh @@ -37,8 +37,6 @@ test_expect_success 'tree' "test 8988da15d077d4829fc51d8544c097def6644dbb = $tre output="$(echo "Initial commit" | git-commit-tree $(git-write-tree) 2>&1 > .git/refs/heads/master)" -test_expect_success 'commit' "test 'Committing initial tree 8988da15d077d4829fc51d8544c097def6644dbb' = \"$output\"" - git-diff-index -p HEAD > diff.output test_expect_success 'git-diff-index -p HEAD' 'cmp diff.expect diff.output'