From: Kevin Locke Date: Fri, 23 Sep 2016 03:33:07 +0000 (-0600) Subject: configurator: Use native directory separator X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=3c95fa61256fc559c2cd235caee10046e7464b68;hp=3c95fa61256fc559c2cd235caee10046e7464b68;ds=sidebyside configurator: Use native directory separator Although Windows APIs generally permit "/" or "\\" for directory separators in paths, cmd.exe does not recognize "./" when invoking executables using a relative path and prints the following error: '.' is not recognized as an internal or external command, operable program or batch file. Therefore, use "\\" when invoking tests on Windows. Signed-off-by: Kevin Locke Reviewed-by: David Gibson Signed-off-by: David Gibson ---