1 # Helpers for tests of git's choice of pager.
3 test_expect_success
'determine default pager' '
4 test_might_fail git config --unset core.pager &&
6 sane_unset PAGER GIT_PAGER &&
12 if expr "$less" : '[a-z][a-z]*$' >/dev
/null
14 test_set_prereq SIMPLEPAGER