]> Savannah Git Hosting - gnulib.git/commit
tests: fix 'invalid path dir' error
authorKO Myung-Hun <komh@chollian.net>
Sat, 7 Oct 2017 10:21:07 +0000 (19:21 +0900)
committerBruno Haible <bruno@clisp.org>
Sat, 7 Oct 2017 12:30:13 +0000 (14:30 +0200)
commitca973635730c6b1cb108b04e44efc56db0782761
tree0b7c9bc55bac9e0e14e254d698a4464a449a3f7f
parent7f56e496c731f8da732d5a3cc2afddad86cda5be
tests: fix 'invalid path dir' error

On OS/2, a path separator is ';' not ':'. And ':' is used as a
separator between a drive letter and directory parts.

As a result, an absolute path such as x:/path/to/dir on OS/2 is
treated as an invalid path dir.

* tests/init.sh (PATH_SEPARATOR): Set at startup.
(path_prepend_): '?:*' is also an absolute path. Use $PATH_SEPARATOR
instead of hard coded ':'.
ChangeLog
tests/init.sh