test-lfs: avoid pagination
Otherwise, the pagination can trigger in when running the test with --debug,
blocking the test execution for no good reason.
Differential Revision: https://phab.mercurial-scm.org/D10395
--- a/tests/test-lfs-test-server.t Wed Apr 14 15:53:43 2021 +0200
+++ b/tests/test-lfs-test-server.t Wed Apr 14 15:54:32 2021 +0200
@@ -40,6 +40,8 @@
#endif
$ cat >> $HGRCPATH <<EOF
+ > [ui]
+ > paginate=no
> [experimental]
> lfs.worker-enable = False
> [extensions]