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
--- a/tests/test-lfs-serve.t Wed Feb 13 16:58:24 2019 -0500
+++ b/tests/test-lfs-serve.t Fri Feb 15 11:42:54 2019 -0800
@@ -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