X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5702-clone-options.sh;h=02cb02472322e8fd6c31548d30950c937e301e5f;hb=61cf28204508c095a68e7a9cb6307ca2a27112c9;hp=27825f5f31ca2310e08fd2555589aa878728b292;hpb=fcd3549ef239378d1d2ca11df9e8c91f7fa0ab2e;p=git.git diff --git a/t/t5702-clone-options.sh b/t/t5702-clone-options.sh index 27825f5f3..02cb02472 100755 --- 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 '