Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/subtree-doc'
[gitweb.git]
/
t
/
t5702-clone-options.sh
diff --git
a/t/t5702-clone-options.sh
b/t/t5702-clone-options.sh
index d3dbdfe0699c4ad590263d157ad22d7bfed6b8f5..9e24ec88e67f0db8be401f2a60f69c408f39fc02 100755
(executable)
--- 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
'