Skip to content

Commit 5e93b90

Browse files
hanwengitster
authored andcommitted
t1503: mark symlink test as REFFILES
Signed-off-by: Han-Wen Nienhuys <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e6b0a8f commit 5e93b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1503-rev-parse-verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ test_expect_success 'main@{n} for various n' '
142142
test_must_fail git rev-parse --verify main@{$Np1}
143143
'
144144

145-
test_expect_success SYMLINKS 'ref resolution not confused by broken symlinks' '
145+
test_expect_success SYMLINKS,REFFILES 'ref resolution not confused by broken symlinks' '
146146
ln -s does-not-exist .git/refs/heads/broken &&
147147
test_must_fail git rev-parse --verify broken
148148
'

0 commit comments

Comments
 (0)