summaryrefslogtreecommitdiffstats
path: root/tests/test_navigate_less_history_file
AgeCommit message (Collapse)Author
2021-04-24Run test of less on MacOS with output redirected to /dev/null (#574)Dan Davison
This change makes git and delta believe that they are writing to a tty so that they invoke their child pager processes, as is required for the test. However, output is actually redirected to /dev/null. TODO: implement for the Linux version of script also. https://stackoverflow.com/a/1402389/583763
2021-03-09Use redirect and chmod instead of installDan Davison
install didn't work on MacOS: install: skipping file '/dev/stdin', as it was replaced while being copied
2021-03-09Update navigate testsKriss
2021-03-09Add navigate/less integration testDan Davison