aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4141-apply-too-large.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t4141-apply-too-large.sh')
-rwxr-xr-xt/t4141-apply-too-large.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4141-apply-too-large.sh b/t/t4141-apply-too-large.sh
index 58742d4fc5..20cc1209f6 100755
--- a/t/t4141-apply-too-large.sh
+++ b/t/t4141-apply-too-large.sh
@@ -17,7 +17,7 @@ test_expect_success EXPENSIVE 'git apply rejects patches that are too large' '
EOF
test-tool genzeros
} | test_copy_bytes $sz | test_must_fail git apply 2>err &&
- grep "git apply: failed to read" err
+ grep "patch too large" err
'
test_done