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 LockTest when username contains non-alphanumeric character #607

Closed
wants to merge 1 commit into from

Conversation

sourcejedi
Copy link
Contributor

This is the test failure observed here: #601 (comment) The test failed while being run as the user "alan-sysop".

Usernames can contain any character (apart from ':').
Nor does the man page for mkdtemp() specify what characters are used.

I didn't test a username containing '/', but I don't expect that's common.

Test fails for user "alan-sysop".

Usernames can contain any character (apart from ':').
Nor does the man page for mkdtemp() specify what characters are used.

I didn't test a username containing '/', but I don't expect that's common.
@ignatenkobrain
Copy link
Contributor

aha, nice indeed! Thanks for contribution.

@dnf-bot r+

@dnf-bot
Copy link
Member

dnf-bot commented Sep 13, 2016

📌 Commit 4e792a0 has been approved by ignatenkobrain

@dnf-bot
Copy link
Member

dnf-bot commented Sep 13, 2016

⌛ Testing commit 4e792a0 with merge e93b566...

@dnf-bot
Copy link
Member

dnf-bot commented Sep 13, 2016

☀️ Test successful - status-jenkins
Approved by: ignatenkobrain
Pushing e93b566 to master...

@dnf-bot dnf-bot closed this in e93b566 Sep 13, 2016
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.

3 participants