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
testscript: ensure that temp dir isn't sym-linked (#79)
In cases where ioutil.TempDir() returns a symbolic link (default
behaviour in macOS) the workdir substitution could mess up
output matching for programs that uses the real dir.
This PR introduces sym-link evaluation of the test temp dir to
ensure consistency.
0 commit comments