]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/agent-getpeereid.sh
Import of OpenSSH 3.7p1
[gssapi-openssh.git] / openssh / regress / agent-getpeereid.sh
index 0889fe80e3f048738aef3cd64203131e8eb98d01..46d20dc2b5879d45f111255ee399e61823651e53 100644 (file)
@@ -7,6 +7,12 @@ UNPRIV=nobody
 ASOCK=${OBJ}/agent
 SSH_AUTH_SOCK=/nonexistant
 
+if grep "#undef.*HAVE_GETPEEREID" ${BUILDDIR}/config.h >/dev/null 2>&1
+then
+       echo "skipped (not supported on this platform)"
+       exit 0
+fi
+
 trace "start agent"
 eval `${SSHAGENT} -s -a ${ASOCK}` > /dev/null
 r=$?
This page took 0.03185 seconds and 4 git commands to generate.