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:
2
tests/mocked-pagers/more
Executable file
2
tests/mocked-pagers/more
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "I am more"
|
2
tests/mocked-pagers/most
Executable file
2
tests/mocked-pagers/most
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "I am most"
|
Reference in New Issue
Block a user