-
Notifications
You must be signed in to change notification settings - Fork 43
fix: test failure when sh is bash #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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 failed
# MISSING COPYRIGHT AND LICENSING INFORMATION
The 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 |
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