fix: test failure when sh is bash#67
Conversation
`echo` is a shell built-in and behaves differently on bash and dash. The test currently passes with dash but fails with bash. Let's use dash explicitly here. Log: Fix test failure when sh is bash
License: REUSE Compliance Check failedDetails# MISSING COPYRIGHT AND LICENSING INFORMATIONThe following files have no copyright and licensing information:
The following files have no licensing information:
SUMMARY
Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-( |
|
missing README.zh_CN.md |
|
TAG Bot New tag: 6.0.7 |
|
TAG Bot New tag: 6.0.8 |
|
TAG Bot New tag: 6.0.9 |
|
TAG Bot New tag: 6.0.10 |
|
TAG Bot New tag: 6.0.11 |
|
TAG Bot New tag: 6.0.12 |
|
TAG Bot New tag: 6.0.13 |
|
TAG Bot New tag: 6.0.14 |
echois a shell built-in and behaves differently on bash and dash. The test currently passes with dash but fails with bash. Let's use dash explicitly here.Log: Fix test failure when sh is bash