aboutsummaryrefslogtreecommitdiff
path: root/t/t9850-shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t9850-shell.sh')
-rwxr-xr-xt/t9850-shell.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9850-shell.sh b/t/t9850-shell.sh
index f619b60f22..21c3af48bd 100755
--- a/t/t9850-shell.sh
+++ b/t/t9850-shell.sh
@@ -29,8 +29,8 @@ test_expect_success 'shell allows interactive command' '
test_cmp expect actual
'
-test_expect_success PERL_TEST_HELPERS 'shell complains of overlong commands' '
- perl -e "print \"a\" x 2**12 for (0..2**19)" |
+test_expect_success 'shell complains of overlong commands' '
+ test-tool genzeros | tr "\000" "a" |
test_must_fail git shell 2>err &&
grep "too long" err
'