mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
t6022: Remove unnecessary untracked files to make test cleaner
Since this test later does a git add -A, we should clean out unnecessary untracked files as part of our cleanup. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
0b35deb378
commit
5b5261baab
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ test_expect_success 'setup for rename + d/f conflicts' '
|
|||
git reset --hard &&
|
||||
git checkout --orphan dir-in-way &&
|
||||
git rm -rf . &&
|
||||
git clean -fdqx &&
|
||||
|
||||
mkdir sub &&
|
||||
mkdir dir &&
|
||||
|
|
Loading…
Reference in a new issue