]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9903-bash-prompt.sh
rebase: rename the two primary rebase backends
[thirdparty/git.git] / t / t9903-bash-prompt.sh
index 7ca35d358d65c6bf7cc09c91b9644ac77b5d6586..ab5da2cabc400a7a3102bd962a60a08629f4d535 100755 (executable)
@@ -193,7 +193,7 @@ test_expect_success 'prompt - rebase am' '
        printf " (b2|REBASE 1/3)" >expected &&
        git checkout b2 &&
        test_when_finished "git checkout master" &&
-       test_must_fail git rebase --am b1 b2 &&
+       test_must_fail git rebase --apply b1 b2 &&
        test_when_finished "git rebase --abort" &&
        __git_ps1 >"$actual" &&
        test_cmp expected "$actual"