forked from msys2/MSYS2-packages
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openssh: skip privilege separation tests
In MSYS2's context, it does not make sense, as we do not have a special-purpose 'sshd' user account and also no easy way to make one. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 1de7f30668339f2bf3d74f1f1d19dd7714f8ff4d Mon Sep 17 00:00:00 2001 | ||
From: Johannes Schindelin <johannes.schindelin@gmx.de> | ||
Date: Mon, 22 Aug 2016 17:47:05 +0200 | ||
Subject: [PATCH] openssh: skip privilege separation tests | ||
|
||
In MSYS2's context, it does not make sense, as we do not have a | ||
special-purpose 'sshd' user account and also no easy way to make one. | ||
|
||
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||
--- | ||
regress/Makefile | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/regress/Makefile b/regress/Makefile | ||
index 08fd82d..00cff71 100644 | ||
--- a/regress/Makefile | ||
+++ b/regress/Makefile | ||
@@ -1,6 +1,6 @@ | ||
# $OpenBSD: Makefile,v 1.88 2016/06/03 04:10:41 dtucker Exp $ | ||
|
||
-REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec | ||
+REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 | ||
tests: prep $(REGRESS_TARGETS) | ||
|
||
# Interop tests are not run by default | ||
-- | ||
2.9.1 | ||
|