]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7201-co.sh
Enhance hold_lock_file_for_{update,append}() API
[thirdparty/git.git] / t / t7201-co.sh
index 3f70adaf5a1449f09ca062e45915783d6b6cbf4b..f93478f97ff8d139d4c67690e1c85f098ca90a10 100755 (executable)
@@ -339,7 +339,7 @@ test_expect_success 'checkout w/--track from non-branch HEAD fails' '
     test "z$(git rev-parse master^0)" = "z$(git rev-parse HEAD)"
 '
 
-test_expect_failure 'detach a symbolic link HEAD' '
+test_expect_success 'detach a symbolic link HEAD' '
     git checkout master &&
     git config --bool core.prefersymlinkrefs yes &&
     git checkout side &&