diff options
Diffstat (limited to 'third_party/git/t/lib-pager.sh')
-rw-r--r-- | third_party/git/t/lib-pager.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/third_party/git/t/lib-pager.sh b/third_party/git/t/lib-pager.sh deleted file mode 100644 index 3aa7a3ffd8b0..000000000000 --- a/third_party/git/t/lib-pager.sh +++ /dev/null @@ -1,15 +0,0 @@ -# Helpers for tests of git's choice of pager. - -test_expect_success 'determine default pager' ' - test_might_fail git config --unset core.pager && - less=$( - unset PAGER GIT_PAGER; - git var GIT_PAGER - ) && - test -n "$less" -' - -if expr "$less" : '[a-z][a-z]*$' >/dev/null -then - test_set_prereq SIMPLEPAGER -fi |