aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3428-rebase-signoff.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t3428-rebase-signoff.sh')
-rwxr-xr-xt/t3428-rebase-signoff.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t3428-rebase-signoff.sh b/t/t3428-rebase-signoff.sh
index 133e54114f..1bebd1ce74 100755
--- a/t/t3428-rebase-signoff.sh
+++ b/t/t3428-rebase-signoff.sh
@@ -38,8 +38,8 @@ test_expect_success 'setup' '
# We configure an alias to do the rebase --signoff so that
# on the next subtest we can show that --no-signoff overrides the alias
-test_expect_success 'rebase --signoff adds a sign-off line' '
- git rbs HEAD^ &&
+test_expect_success 'rebase --apply --signoff adds a sign-off line' '
+ git rbs --apply HEAD^ &&
test_commit_message HEAD expected-signed
'