diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t7300-clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh index 782e125c89..cb5e34d94c 100755 --- a/t/t7300-clean.sh +++ b/t/t7300-clean.sh @@ -737,7 +737,7 @@ test_expect_success MINGW 'handle clean & core.longpaths = false nicely' ' test_i18ngrep "too long" .git/err ' -test_expect_failure 'clean untracked paths by pathspec' ' +test_expect_success 'clean untracked paths by pathspec' ' git init untracked && mkdir untracked/dir && echo >untracked/dir/file.txt && |