- (tim) [regress/agent-getpeereid.sh] shell portability fix.

This commit is contained in:
Tim Rice 2011-01-16 22:53:56 -08:00
parent 58497780ab
commit 6dfcd34042
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,7 @@
backslash characters in filenames, enable it for Cygwin and use it to turn backslash characters in filenames, enable it for Cygwin and use it to turn
of tests for quotes backslashes in sftp-glob.sh. of tests for quotes backslashes in sftp-glob.sh.
based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@ based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@
- (tim) [regress/agent-getpeereid.sh] shell portability fix.
20110116 20110116
- (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based

View File

@ -7,7 +7,9 @@ UNPRIV=nobody
ASOCK=${OBJ}/agent ASOCK=${OBJ}/agent
SSH_AUTH_SOCK=/nonexistent SSH_AUTH_SOCK=/nonexistent
if ! config_defined HAVE_GETPEEREID HAVE_GETPEERUCRED HAVE_SO_PEERCRED ; then if config_defined HAVE_GETPEEREID HAVE_GETPEERUCRED HAVE_SO_PEERCRED ; then
:
else
echo "skipped (not supported on this platform)" echo "skipped (not supported on this platform)"
exit 0 exit 0
fi fi