]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: disable git log pager usage
authorMike Frysinger <vapier@gentoo.org>
Fri, 13 Jan 2023 05:09:06 +0000 (00:09 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 14 Jan 2023 00:07:50 +0000 (19:07 -0500)
commit9067b181acaf3ba111b821709ef4a97413e62cd2
treeb936bf2c297b5636c05b4e52957ee88c1cc301e2
parent34c5008d7aa24cf7cd201e4ee4cca748a81d5730
tests: disable git log pager usage

When running this code locally, the git log call can trigger a pager
depending on the local settings, which in turn forces the test to be
interactive.  Run git with --no-pager to force disable it.

* t/get-sysconf.sh: Run git with --no-pager.
t/get-sysconf.sh