Check that all branches are displayed.
Signed-off-by: Fabian Emmes <redacted>
Signed-off-by: Lars Noschinski <redacted>
Signed-off-by: Junio C Hamano <redacted>
! grep / <../out
'
+#------------
+# CVS CHECKOUT
+#------------
+
+cd "$WORKDIR"
+test_expect_success 'cvs co -c (shows module database)' '
+ GIT_CONFIG="$git_config" cvs co -c > out &&
+ grep "^master[ ]\+master$" < out &&
+ ! grep -v "^master[ ]\+master$" < out
+'
+
test_done