]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7011-skip-worktree-reading.sh
The seventh batch
[thirdparty/git.git] / t / t7011-skip-worktree-reading.sh
index 26852586accf711fc5bf21ed800986f52a95b866..4adac5acd57c56835608631c4ffe98f772d455bd 100755 (executable)
@@ -5,6 +5,7 @@
 
 test_description='skip-worktree bit test'
 
+TEST_PASSES_SANITIZE_LEAK=true
 . ./test-lib.sh
 
 cat >expect.full <<EOF
@@ -132,11 +133,6 @@ test_expect_success 'diff-files does not examine skip-worktree dirty entries' '
        test -z "$(git diff-files -- one)"
 '
 
-test_expect_success 'git-rm succeeds on skip-worktree absent entries' '
-       setup_absent &&
-       git rm 1
-'
-
 test_expect_success 'commit on skip-worktree absent entries' '
        git reset &&
        setup_absent &&