Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nk/config-local-doc' into maint
[gitweb.git]
/
t
/
t5702-clone-options.sh
diff --git
a/t/t5702-clone-options.sh
b/t/t5702-clone-options.sh
index 27825f5f31ca2310e08fd2555589aa878728b292..02cb02472322e8fd6c31548d30950c937e301e5f 100755
(executable)
--- a/
t/t5702-clone-options.sh
+++ b/
t/t5702-clone-options.sh
@@
-27,7
+27,8
@@
test_expect_success 'redirected clone' '
'
test_expect_success 'redirected clone -v' '
- git clone -v "file://$(pwd)/parent" clone-redirected-v >out 2>err &&
+ git clone --progress "file://$(pwd)/parent" clone-redirected-progress \
+ >out 2>err &&
test -s err
'