The test shell scripts have a #!/bin/sh but are not posix compliant. They are bash and use syntax that is not posix compliant. When trying to run the ipolates test on OSX which has default shell of zsh, the test fails. Specifically the line I linked is the cause.
I'm happy to provide a fix as time permits.
The test shell scripts have a
#!/bin/shbut are not posix compliant. They are bash and use syntax that is not posix compliant. When trying to run the ipolates test on OSX which has default shell of zsh, the test fails. Specifically the line I linked is the cause.I'm happy to provide a fix as time permits.