Closed
Description
I ran into this warning in CI logs:
bats warning: duplicate test name(s) in /home/runner/work/svn2git/svn2git/test/empty-dirs.bats: test_branching_with_svn-2dignore-2c_svn-2dbranches_and_empty-2ddirs_parameter_should_not_replace_filled_-2egitignore_files_with_empty_ones
I can confirm that we have two tests named branching with svn-ignore, svn-branches and empty-dirs parameter should not replace filled .gitignore files with empty ones
:
# git --no-pager grep -n 'should not replace'
test/empty-dirs.bats:1031:@test 'branching with svn-ignore, svn-branches and empty-dirs parameter should not replace filled .gitignore files with empty ones' {
test/empty-dirs.bats:1063:@test 'branching with svn-ignore, svn-branches and empty-dirs parameter should not replace filled .gitignore files with empty ones' {
Both tests were added in fcb62af.
CC @Vampire
Metadata
Metadata
Assignees
Labels
No labels