[bug#60771] [PATCH] tests: disable git log pager usage
Karl Berry <[email protected]> Fri, 13 Jan 2023 15:36:36 -0700
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <[email protected]> |
- (cd "$am_top_srcdir" && git log -1) || st=1
+ (cd "$am_top_srcdir" && git --no-pager log -1) || st=1
Sure. Please commit. Thanks. -k