You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my $mocked = Test::MockFile->file( "/abc.txt" );
# then later
symlink( '/somewhere', "/abc.txt" );
# this is failing and not viewing this as a symlink
ok -l $ma->path, 'this is a symlink';
The symlink helper will create a symlink. We have no way to declare a non existing symlink.
No description provided.
The text was updated successfully, but these errors were encountered: