Skip to content
Snippets Groups Projects
Commit 47c4ac50 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

tests: remove -q from test-lfs-serve.t

This will make it easier to observe a behavior change in the
next commit.

Differential Revision: https://phab.mercurial-scm.org/D5971
parent a22321f2
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,9 @@
TODO: fail more gracefully.
$ hg init $TESTTMP/client4_pull
$ hg -R $TESTTMP/client4_pull pull -q http://localhost:$HGPORT
$ hg -R $TESTTMP/client4_pull pull http://localhost:$HGPORT
pulling from http://localhost:$HGPORT/
requesting all changes
abort: HTTP Error 500: Internal Server Error
[255]
$ grep 'lfs' $TESTTMP/client4_pull/.hg/requires $SERVER_REQUIRES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment