]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t1503: mark symlink test as REFFILES
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 2 Aug 2021 16:53:27 +0000 (16:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2021 20:17:20 +0000 (13:17 -0700)
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1503-rev-parse-verify.sh

index bf08102391710a9fe792b9d0a676305c1a0a13bf..40958615ebb9c16af55ab81c08584ef784e0574c 100755 (executable)
@@ -142,7 +142,7 @@ test_expect_success 'main@{n} for various n' '
        test_must_fail git rev-parse --verify main@{$Np1}
 '
 
-test_expect_success SYMLINKS 'ref resolution not confused by broken symlinks' '
+test_expect_success SYMLINKS,REFFILES 'ref resolution not confused by broken symlinks' '
        ln -s does-not-exist .git/refs/heads/broken &&
        test_must_fail git rev-parse --verify broken
 '