Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > --- > ... > @@ -3,90 +3,109 @@ > test_description='test separate work tree' > . ./test-lib.sh > > +i=1 > + > test_rev_parse() { > - ... > + name="$1" > + for option in --is-bare-repository --is-inside-git-dir \ > + --is-inside-work-tree --show-prefix > + do > + shift > + test_expect_success "$name: $option" \ > + "test '$1' = \"\$(git rev-parse $option)\"" > +i=$(($i+1)) > +test $i = $STOPI && gdb --args git rev-parse $option Eh? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html