diff options
Diffstat (limited to 'net-misc/openssh/openssh-5.6_p1-r2.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-5.6_p1-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/openssh/openssh-5.6_p1-r2.ebuild b/net-misc/openssh/openssh-5.6_p1-r2.ebuild index 0168035..863e464 100644 --- a/net-misc/openssh/openssh-5.6_p1-r2.ebuild +++ b/net-misc/openssh/openssh-5.6_p1-r2.ebuild @@ -42,7 +42,6 @@ DEPEND="${RDEPEND} sys-devel/autoconf" RDEPEND="${RDEPEND} pam? ( >=sys-auth/pambase-20081028 )" -PROVIDE="virtual/ssh" S=${WORKDIR}/${PARCH} @@ -223,7 +222,7 @@ src_test() { local t tests skipped failed passed shell tests="interop-tests compat-tests" skipped="" - shell=$(getent passwd ${UID} | cut -d: -f7) + shell=$(egetshell ${UID}) if [[ ${shell} == */nologin ]] || [[ ${shell} == */false ]] ; then elog "Running the full OpenSSH testsuite" elog "requires a usable shell for the 'portage'" |