]> andersk Git - openssh.git/blobdiff - regress/agent-ptrace.sh
- (dtucker) [regressh/yes-head.sh] Some platforms (eg Solaris) don't have
[openssh.git] / regress / agent-ptrace.sh
index b9570ef48fd4afd84e57d1c9da9bea5490cac4b4..4124f5844518f17e665a9de3dacf821f4e4d1c04 100644 (file)
@@ -3,16 +3,16 @@
 
 tid="disallow agent ptrace attach"
 
-if [ -x `which uname 2>&1` ]; then
+if [ -x "`which uname 2>&1`" ]; then
        case `uname` in
-       Linux|HP-UX|SunOS|NetBSD|AIX)
-               echo "skipped (not supported)"
+       Linux|HP-UX|SunOS|NetBSD|AIX|CYGWIN*)
+               echo "skipped (not supported on this platform)"
                exit 0
                ;;
        esac
 fi
 
-if [ ! -x `which gdb 2>&1` ]; then
+if [ ! -x "`which gdb 2>&1`" ]; then
        echo "skipped (gdb not found)"
        exit 0
 fi
This page took 0.029952 seconds and 4 git commands to generate.