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 unterminated quoted string bug #22

Closed
wants to merge 0 commits into from
Closed

Fix unterminated quoted string bug #22

wants to merge 0 commits into from

Conversation

spikhoff
Copy link
Contributor

See #21

code.sh Outdated
@@ -298,7 +298,7 @@ fi
# different toolboxes step on each other.

homevar="$(flatpak-spawn --host podman inspect "$container_name" \
--format='{{ range .Config.Env }}{{ . }}{{"\n"}}{{ end }}' \
--format='{{ range .Config.Env }}{{ . }}\n{{ end }}' \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I try this with podman-3.4.4 from Fedora 35, I simply get literal "\n" in the output instead of newlines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested with 35 and updated pull-request. See how does it now.

@owtaylor
Copy link
Owner

The test failures seem to mostly (completely?) be because the tests have various hardcoded expectations on the podman command and haven't been updated.

@owtaylor
Copy link
Owner

I'd really like a bug filed against libpod and to see their response before I proceed here, We can work around bugs in podman, but I don't want to blindly work around bugs in libpod.

@spikhoff
Copy link
Contributor Author

Fixed bracket typo, should be OK now.

@spikhoff spikhoff closed this Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants