We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b0a8f commit 5e93b90Copy full SHA for 5e93b90
t/t1503-rev-parse-verify.sh
@@ -142,7 +142,7 @@ test_expect_success 'main@{n} for various n' '
142
test_must_fail git rev-parse --verify main@{$Np1}
143
'
144
145
-test_expect_success SYMLINKS 'ref resolution not confused by broken symlinks' '
+test_expect_success SYMLINKS,REFFILES 'ref resolution not confused by broken symlinks' '
146
ln -s does-not-exist .git/refs/heads/broken &&
147
test_must_fail git rev-parse --verify broken
148
0 commit comments