Merge branch 'jk/maint-http-half-auth-push' into maint
[gitweb.git] / t / t3404-rebase-interactive.sh
index 3f75d328de8ee08e0d27b3eb589d9c247182d435..7304b663c31992de232736a3d9201bb878d2c6f4 100755 (executable)
@@ -858,7 +858,7 @@ test_expect_success 'rebase -ix with --autosquash' '
 test_expect_success 'rebase --exec without -i shows error message' '
        git reset --hard execute &&
        test_must_fail git rebase --exec "git show HEAD" HEAD~2 2>actual &&
-       echo "--exec option must be used with --interactive option" >expected &&
+       echo "The --exec option must be used with the --interactive option" >expected &&
        test_i18ncmp expected actual
 '