rebase: fix documentation formatting
[gitweb.git] / t / t3501-revert-cherry-pick.sh
index c9a1f783f5471b3b5b1fa7327ad3cbf0fd0f965d..ccbc11851497a10c74dcdaba1ed7238aa6b409f7 100755 (executable)
@@ -141,7 +141,7 @@ test_expect_success 'cherry-pick "-" works with arguments' '
        test_cmp expect actual
 '
 
-test_expect_success 'cherry-pick works with dirty renamed file' '
+test_expect_failure 'cherry-pick works with dirty renamed file' '
        test_commit to-rename &&
        git checkout -b unrelated &&
        test_commit unrelated &&