Closed sessio closed 10 years ago
In Ubuntu, /bin/sh has changed from bash to dash, and the mocha-casperjs script produces a few of these errors: mocha-casperjs: 3: [: ==: unexpected operator due to this syntax difference
mocha-casperjs: 3: [: ==: unexpected operator
Using a single = works in both bash and dash correctly.
I think this affected issue #35 as well
Much appreciated as I'm very rough with shell scripting.
No problem, happy to help & thank you for providing this tool!
In Ubuntu, /bin/sh has changed from bash to dash, and the mocha-casperjs script produces a few of these errors:
mocha-casperjs: 3: [: ==: unexpected operator
due to this syntax differenceUsing a single = works in both bash and dash correctly.