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
According line 37,40,42, I suspect this scope is to verify normal symlink scenario that n1/n3 symlink to n1/n2, but not abnormal scenario that n2 not existing.
"expect 0 -u 65534 -g 65534 symlink ${n2} ${n1}/${n3}"
should be
"expect 0 -u 65534 -g 65534 symlink ${n1}/${n2} ${n1}/${n3}"
right?
The text was updated successfully, but these errors were encountered: