diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2021-08-02 16:53:27 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-08-02 13:17:20 -0700 |
commit | 5e93b90dea18ba3a44b405d375d2276cb903ece4 (patch) | |
tree | 6bdf8b899d708998b78b6a723d63c43666fb50d8 /t | |
parent | t6050: use git-update-ref rather than filesystem access (diff) | |
download | tgif-5e93b90dea18ba3a44b405d375d2276cb903ece4.tar.xz |
t1503: mark symlink test as REFFILES
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t1503-rev-parse-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1503-rev-parse-verify.sh b/t/t1503-rev-parse-verify.sh index bf08102391..40958615eb 100755 --- a/t/t1503-rev-parse-verify.sh +++ b/t/t1503-rev-parse-verify.sh @@ -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 ' |