SZEDER Gábor <[email protected]> writes:
> On Mon, Jan 30, 2017 at 9:44 PM, Benjamin Fuchs <[email protected]>
> wrote:
>> Signed-off-by: Benjamin Fuchs <[email protected]>
>> ---
>> t/t9903-bash-prompt.sh | 43 +++++++++++++++++++++++++++++++++++++++++++
>> 1 file changed, 43 insertions(+)
>>
>> diff --git a/t/t9903-bash-prompt.sh b/t/t9903-bash-prompt.sh
>> index 97c9b32..4dce366 100755
>> --- a/t/t9903-bash-prompt.sh
>> +++ b/t/t9903-bash-prompt.sh
>> @@ -37,6 +37,11 @@ test_expect_success 'setup for prompt tests' '
>> git commit -m "yet another b2" file &&
>> mkdir ignored_dir &&
>> echo "ignored_dir/" >>.gitignore &&
>> + git checkout -b submodule &&
>> + git submodule add ./. sub &&
>
> ./. ?
Good eyes. This is a pattern we are trying to wean ourselves off
of. E.g. cf.
https://public-inbox.org/git/[email protected]/#t
Hopefully this reminds us to resurrect and finish the test fixes in
that thread?