]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3400-rebase.sh
Merge branch 'ps/ref-tests-update'
[thirdparty/git.git] / t / t3400-rebase.sh
index 24a539c662f6c1f941e4f8c2949cfdc07d3cf2e5..57f13929260e70865fbb8f31e89ba7ff197afeaa 100755 (executable)
@@ -424,7 +424,7 @@ test_expect_success 'refuse to switch to branch checked out elsewhere' '
        test_grep "already used by worktree at" err
 '
 
-test_expect_success MINGW,SYMLINKS_WINDOWS 'rebase when .git/logs is a symlink' '
+test_expect_success REFFILES,MINGW,SYMLINKS_WINDOWS 'rebase when .git/logs is a symlink' '
        git checkout main &&
        mv .git/logs actual_logs &&
        cmd //c "mklink /D .git\logs ..\actual_logs" &&