X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1200-tutorial.sh;h=eebe643bda9dd5180e8435a59c7510ba97e59144;hb=563b43ee45b87cf1e4bba99d3d0216f396d5c873;hp=c7db20e7f3c91e4f07ba4ba9714bb0aabc765317;hpb=de1d4fa2a1273e09c32653c7a21602e36223348c;p=git.git diff --git a/t/t1200-tutorial.sh b/t/t1200-tutorial.sh index c7db20e7f..eebe643bd 100755 --- a/t/t1200-tutorial.sh +++ b/t/t1200-tutorial.sh @@ -3,7 +3,7 @@ # Copyright (c) 2005 Johannes Schindelin # -test_description='Test git-rev-parse with different parent options' +test_description='A simple turial in the form of a test case' . ./test-lib.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'