Signed-off-by: Samuel Lijin <[email protected]>
---
t/t7300-clean.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/t7300-clean.sh b/t/t7300-clean.sh
index c14c98e56..b65d4719c 100755
--- a/t/t7300-clean.sh
+++ b/t/t7300-clean.sh
@@ -653,7 +653,7 @@ test_expect_success 'git clean -d respects pathspecs
(pathspec is prefix of dir)
test_path_is_dir foobar
'
-test_expect_failure 'git clean -d skips untracked dirs containing ignored
files' '
+test_expect_success 'git clean -d skips untracked dirs containing ignored
files' '
echo /foo/bar >.gitignore &&
rm -rf foo &&
mkdir foo &&
--
2.12.2