GIT 1.6.0-rc2
[gitweb.git] / t / t5601-clone.sh
index 57173b4c50ec5f30198c9bf8bd8d03edd17bb235..a13b6f9d3d9c0735ce87c82150283727fab8e378 100755 (executable)
@@ -31,6 +31,12 @@ test_expect_success 'clone with excess parameters (2)' '
 
 '
 
+test_expect_success 'output from clone' '
+       rm -fr dst &&
+       git clone -n "file://$(pwd)/src" dst >output &&
+       test $(grep Initialized output | wc -l) = 1
+'
+
 test_expect_success 'clone does not keep pack' '
 
        rm -fr dst &&