tests: use ls instead of find, all files are in the same directory
In this case find has no advantage compared to ls. Descending into directories
is unnecessary, because there are none.
@echo offrem launch hg.exe from parent folder"%~dp0\..\hg.exe" %*