qutebrowser/tests/end2end/data/userscripts
Daniel Schadt b0114768c7 fix spawn tests on Windows
On Windows, no echo.exe exists normally, so calling echo from the tests
is no good idea, since it relies on Cygwin to be installed and in %PATH%
(so that echo.exe is available).

This fixes this by providing a small echo.bat which is callable from the
tests, and then using a platform-specific path to the executable instead
of the hardcoded "echo". This should ensure that the tests pass even on
systems where echo.exe is not installed.

Note that we can't simply use a do-nothing exe (like rundll or hh.exe),
as we're passing parameters, and those executables may behave
differently in the presence of those parameters.
2016-09-08 23:14:10 +02:00
..
echo_hint_text Move userscript to correct place 2016-05-30 16:10:52 +02:00
echo.bat fix spawn tests on Windows 2016-09-08 23:14:10 +02:00
open_current_url Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
open_current_url.bat style fixes 2016-09-06 20:33:48 +02:00