Skip to content
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

Fix acceptance test on Ubuntu ARM #635

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Fix acceptance test on Ubuntu ARM #635

merged 1 commit into from
Apr 12, 2024

Conversation

smortex
Copy link
Collaborator

@smortex smortex commented Apr 11, 2024

POSIX does not define -e as a valid option for echo(1). Rely on printf(1) instead.

This fix acceptance tests on Ubuntu ARM where echo(1) outputs -e causing an invalid configuration:

/home/testuser-ssh/.ssh/config: line 1: Bad configuration option: -e

POSIX does not define `-e` as a valid option for echo(1).  Rely on
printf(1) instead.

This fix acceptance tests on Ubuntu ARM where echo(1) outputs `-e`
causing an invalid configuration:

```
/home/testuser-ssh/.ssh/config: line 1: Bad configuration option: -e
```
@smortex smortex marked this pull request as ready for review April 11, 2024 21:34
@smortex smortex requested review from bastelfreak and a team as code owners April 11, 2024 21:34
@bastelfreak bastelfreak merged commit 6d00012 into main Apr 12, 2024
45 checks passed
@bastelfreak bastelfreak deleted the portable-echo branch April 12, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants