tests: port to systems for which ":" is not the PATH separator
authorJim Meyering <meyering@fb.com>
Sun, 6 Mar 2016 20:27:28 +0000 (12:27 -0800)
committerJim Meyering <meyering@fb.com>
Sun, 6 Mar 2016 20:27:28 +0000 (12:27 -0800)
commitef80dc4ff003105071a6ba7470b30f4ba57e6e8a
tree63fdeb9cc21ceb2ede471423c7de3137730f3db2
parent422ba2a18f6d04eefa0f61f0bb4161e0b5568bb1
tests: port to systems for which ":" is not the PATH separator

* Makefile.am (new_path): New variable.
(check-local): Use $(PATH_SEPARATOR) rather than a literal ":",
to avoid "make syntax-check" failure.
Makefile.am