completion, bash prompt: move __gitdir() tests to completion test suite
commitc9a102e81ffedde3fed4b88199ea13a3a5ee5f5d
authorSZEDER Gábor <szeder@ira.uka.de>
Mon, 17 Jun 2013 18:31:51 +0000 (17 20:31 +0200)
committerSZEDER Gábor <szeder@ira.uka.de>
Mon, 24 Jun 2013 15:21:55 +0000 (24 17:21 +0200)
treee80760e5e69a9b093ece0fe8f735879e7fd8b16f
parent7412290cc4b5aa0efc205f81e4775dd7df9ea9d5
completion, bash prompt: move __gitdir() tests to completion test suite

Currently __gitdir() is duplicated in the git completion and prompt
scripts, while its tests are in the prompt test suite.  This patch
series is about to change __git_ps1() in a way that it won't need
__gitdir() anymore and __gitdir() will be removed from the prompt
script.

So move all __gitdir() tests from the prompt test suite over to the
completion test suite.  Update the setup tests so that they perform
only those steps that are necessary for each test suite.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
t/t9902-completion.sh
t/t9903-bash-prompt.sh