Merge branch 'jc/upload-pack-send-symref' into maint
[gitweb.git] / t / t5601-clone.sh
index ccda6dfb4c6931552c4a4baed41fc9ab40bb72c8..f8e5a9a4ae1051216e4ef55c8a46c99686e45b5c 100755 (executable)
@@ -36,7 +36,7 @@ test_expect_success 'clone with excess parameters (2)' '
 
 test_expect_success C_LOCALE_OUTPUT 'output from clone' '
        rm -fr dst &&
-       git clone -n "file://$(pwd)/src" dst >output &&
+       git clone -n "file://$(pwd)/src" dst >output 2>&1 &&
        test $(grep Clon output | wc -l) = 1
 '