]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Enable connect-privsep test with valgrind.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 19 Jul 2019 00:41:56 +0000 (10:41 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 19 Jul 2019 00:41:56 +0000 (10:41 +1000)
connect-privsep seems to work OK with valgrind now so don't skip
valgrind on it.

regress/test-exec.sh

index 9708103016c479d26bb30d80ecc7769a75dab2bc..42473c76f3029fa1723afd3ba293478d03beb991 100644 (file)
@@ -162,7 +162,7 @@ if [ "x$USE_VALGRIND" != "x" ]; then
 
        # Some tests are difficult to fix.
        case "$VG_TEST" in
-       connect-privsep|reexec)
+       reexec)
                VG_SKIP=1 ;;
        esac