]> git.ipfire.org Git - thirdparty/libtool.git/commit
tests: fix nits in path handling
authorPeter Rosin <peda@lysator.liu.se>
Wed, 9 Jan 2013 11:58:55 +0000 (12:58 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Wed, 9 Jan 2013 11:58:55 +0000 (12:58 +0100)
commit820e373cf2521e553db409e87c4ccc5e6cc4b074
tree425312026634f948e0c60f125b30196995d7e630
parent66acec8407935f13aad5ab7f86a0ec8e9ec0f8ce
tests: fix nits in path handling

tests/bindir.at: func_save_and_prepend_path is already checking
$bindirneeded internally, so remove checks from call sites. Add
proper quoting while at it.
(func_save_and_prepend_path): Use $PATH_SEPARATOR instead of a literal
colon (in both instances).

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
tests/bindir.at