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

tests: Make mocked pagers work on Windows

This commit is contained in:
Martin Nordholts
2021-01-04 17:20:02 +01:00
parent df33ed05dd
commit e87c554ccd
5 changed files with 28 additions and 14 deletions

View File

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

1
tests/mocked-pagers/more.bat Executable file
View File

@@ -0,0 +1 @@
ECHO I am more

View File

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

1
tests/mocked-pagers/most.bat Executable file
View File

@@ -0,0 +1 @@
ECHO I am most