зеркало из https://github.com/microsoft/git.git
cvsserver: Add testsuite for packed refs
Check that req_update shows refs, even if all refs are packed. Signed-off-by: Lars Noschinski <lars@public.noschinski.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
09651dd86e
Коммит
b0f2ecf593
|
@ -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
|
||||
#------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче