t7503: does pre-commit-hook learn authorship?
[gitweb.git] / t / t3510-cherry-pick-sequence.sh
index f13a194243271cfd6f5c352cadb8f4695c78ad66..97f371070011e2023552d9fe941dc0a406f6d09f 100755 (executable)
@@ -67,7 +67,7 @@ test_expect_success 'cherry-pick mid-cherry-pick-sequence' '
 
 test_expect_success 'cherry-pick persists opts correctly' '
        pristine_detach initial &&
-       test_expect_code 128 git cherry-pick -s -m 1 --strategy=recursive -X patience -X ours base..anotherpick &&
+       test_expect_code 128 git cherry-pick -s -m 1 --strategy=recursive -X patience -X ours initial..anotherpick &&
        test_path_is_dir .git/sequencer &&
        test_path_is_file .git/sequencer/head &&
        test_path_is_file .git/sequencer/todo &&