diff options
Diffstat (limited to 't/t5702-clone-options.sh')
-rwxr-xr-x | t/t5702-clone-options.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t5702-clone-options.sh b/t/t5702-clone-options.sh index d3dbdfe06..9e24ec88e 100755 --- a/t/t5702-clone-options.sh +++ b/t/t5702-clone-options.sh @@ -22,7 +22,8 @@ test_expect_success 'clone -o' ' test_expect_success 'redirected clone does not show progress' ' git clone "file://$(pwd)/parent" clone-redirected >out 2>err && - ! grep % err + ! grep % err && + test_i18ngrep ! "Checking connectivity" err ' |