1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Add integration tests for 'more' and 'most' used as pagers

This commit is contained in:
Martin Nordholts
2021-01-04 10:23:13 +01:00
parent bfa5342331
commit c9efdd68ed
3 changed files with 127 additions and 18 deletions

2
tests/mocked-pagers/more Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
echo "I am more"

2
tests/mocked-pagers/most Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
echo "I am most"