]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7061-wtstatus-ignore.sh
dir: synchronize treat_leading_path() and read_directory_recursive()
[thirdparty/git.git] / t / t7061-wtstatus-ignore.sh
index 84366050dabbbfe29c284a6b18e79f99a6723ee7..e4cf5484f97a570da8225ca501d3b395e13604e3 100755 (executable)
@@ -47,7 +47,7 @@ cat >expected <<\EOF
 !! untracked/ignored
 EOF
 
-test_expect_failure 'status of untracked directory with --ignored works with or without prefix' '
+test_expect_success 'status of untracked directory with --ignored works with or without prefix' '
        git status --porcelain --ignored >tmp &&
        grep untracked/ tmp >actual &&
        rm tmp &&