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

symlink verification fails for link -> file? #70

Open
chipsenkbeil opened this issue Sep 25, 2021 · 3 comments
Open

symlink verification fails for link -> file? #70

chipsenkbeil opened this issue Sep 25, 2021 · 3 comments

Comments

@chipsenkbeil
Copy link

This is quite the edge case, but I've got a test configured where I perform filesystem operations using SFTP against the local machine connected to itself. In the screenshot below, the test connects the machine to itself and leverages SFTP to create a symlink to a file. The symlink is created successfully, but when testing the link using assert_fs, it seems to think it is a file and not a symlink (unless I'm reading it wrong). When pulling the file stat information via sftp, it is properly reflected as a symlink.

image

@epage
Copy link
Contributor

epage commented Sep 25, 2021

What does your local file system report the file to be?

@chipsenkbeil
Copy link
Author

chipsenkbeil commented Sep 25, 2021 via email

@epage
Copy link
Contributor

epage commented Mar 24, 2023

Could you verify if predicates 3.0.2 fixes this for you?

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

No branches or pull requests

2 participants