about summary refs log tree commit diff
path: root/third_party/git/t/t3401-rebase-and-am-rename.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t3401-rebase-and-am-rename.sh')
-rwxr-xr-xthird_party/git/t/t3401-rebase-and-am-rename.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/t/t3401-rebase-and-am-rename.sh b/third_party/git/t/t3401-rebase-and-am-rename.sh
index a0b9438b22..f18bae9450 100755
--- a/third_party/git/t/t3401-rebase-and-am-rename.sh
+++ b/third_party/git/t/t3401-rebase-and-am-rename.sh
@@ -52,13 +52,13 @@ test_expect_success 'rebase --interactive: directory rename detected' '
 	)
 '
 
-test_expect_failure 'rebase (am): directory rename detected' '
+test_expect_failure 'rebase --apply: directory rename detected' '
 	(
 		cd dir-rename &&
 
 		git checkout B^0 &&
 
-		git -c merge.directoryRenames=true rebase A &&
+		git -c merge.directoryRenames=true rebase --apply A &&
 
 		git ls-files -s >out &&
 		test_line_count = 5 out &&