Code

Merge branch 'maint'
[git.git] / t / t9400-git-cvsserver-server.sh
index d49f0df8c45c4ad258d22f560919ba230b5d3350..4b91f8d4c45dad075d69028c9c70aa9cb1959e2b 100755 (executable)
@@ -438,6 +438,13 @@ test_expect_success 'cvs update (-p)' '
     test -z "$(cat failures)"
 '
 
+cd "$WORKDIR"
+test_expect_success 'cvs update (module list supports packed refs)' '
+    GIT_DIR="$SERVERDIR" git pack-refs --all &&
+    GIT_CONFIG="$git_config" cvs -n up -d 2> out &&
+    grep "cvs update: New directory \`master'\''" < out
+'
+
 #------------
 # CVS STATUS
 #------------