X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft1200-tutorial.sh;h=c8a85f92dd271be54461ef3fce7f6e6cd8b53e87;hb=e15f545155bb4b2cad4475a25cad8fb576d37dee;hp=8ff5dd92c9c731c11786669929e3a241c6371eb1;hpb=36b5b3c65948694d9a92de5a17f2b97c3cd84879;p=git.git diff --git a/t/t1200-tutorial.sh b/t/t1200-tutorial.sh index 8ff5dd92..c8a85f92 100755 --- a/t/t1200-tutorial.sh +++ b/t/t1200-tutorial.sh @@ -95,13 +95,13 @@ test_expect_success 'git branch' 'cmp branch.expect branch.output' git checkout mybranch echo "Work, work, work" >>hello -git commit -m 'Some work.' hello +git commit -m 'Some work.' -i hello git checkout master echo "Play, play, play" >>hello echo "Lots of fun" >>example -git commit -m 'Some fun.' hello example +git commit -m 'Some fun.' -i hello example test_expect_failure 'git resolve now fails' 'git resolve HEAD mybranch "Merge work in mybranch"' @@ -112,7 +112,7 @@ Play, play, play Work, work, work EOF -git commit -m 'Merged "mybranch" changes.' hello +git commit -m 'Merged "mybranch" changes.' -i hello cat > show-branch.expect << EOF * [master] Merged "mybranch" changes.