]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/agent-ptrace.sh
Import of OpenSSH 4.0p1
[gssapi-openssh.git] / openssh / regress / agent-ptrace.sh
index bd79d7cb80f560eafc5051a58ee32348314f2ebe..4de2638e4acc97a8e7b9677c5c61f7e32aa64ec0 100644 (file)
@@ -5,7 +5,7 @@ tid="disallow agent ptrace attach"
 
 if have_prog uname ; then
        case `uname` in
-       AIX|CYGWIN*)
+       AIX|CYGWIN*|OSF1)
                echo "skipped (not supported on this platform)"
                exit 0
                ;;
@@ -41,7 +41,7 @@ EOF
        if [ $? -ne 0 ]; then
                fail "gdb failed: exit code $?"
        fi
-       egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace attach: Permission denied.' >/dev/null ${OBJ}/gdb.out
+       egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace attach: Permission denied.|procfs:.*: Invalid argument.' >/dev/null ${OBJ}/gdb.out
        r=$?
        rm -f ${OBJ}/gdb.out
        if [ $r -ne 0 ]; then
This page took 0.182137 seconds and 4 git commands to generate.