From: Johannes Sixt Date: Wed, 11 Mar 2009 20:17:26 +0000 (+0100) Subject: test-lib: Work around incompatible sort and find on Windows X-Git-Tag: v1.6.3-rc0~101^2~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f17e9fbbe919bc1f4ecaa35a9cb0869a5ec47fc0?hp=f17e9fbbe919bc1f4ecaa35a9cb0869a5ec47fc0 test-lib: Work around incompatible sort and find on Windows If the PATH lists the Windows system directories before the MSYS directories, Windows's own incompatible sort and find commands would be picked up. We implement these commands as functions and call the real tools by absolute path. Signed-off-by: Johannes Sixt ---