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
The unit test was failing on recent versions of Debian and Ubuntu
because the `login` package is no longer installing the binary on
`/bin/login` but rather on `/usr/bin/login`.
We have added a function which will retrieve the binary path depending
on the distro as well.
Resolves: avocado-framework#6028
Signed-off-by: David Negreira <[email protected]>
0 commit comments