Code

t3401: use test_commit in setup
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Sat, 10 Dec 2011 08:17:54 +0000 (00:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Dec 2011 05:15:17 +0000 (21:15 -0800)
commit13c907c4fe9b0d96a68c04f7d64f66873e0db8b7
tree7ac279f4817c799bb3b046ae58dfb94befc3eec9
parentf73e5ee5667138bbcb4220189e36e3ec06168c3f
t3401: use test_commit in setup

Simplify t3401 by using test_commit in the setup. This lets us refer
to commits using their tags and there is no longer a need to create
the branch my-topic-branch-merge. Also, the branch master-merge points
to the same commit as master (even before this change), so that branch
does not need to be created either.

While at it, replace "test ! -d" by "test_path_is_missing".

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3401-rebase-partial.sh