aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/torture.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/torture.c b/tests/torture.c
index 15eb089b..738cacc9 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -831,6 +831,7 @@ void torture_setup_sshd_server(void **state)
/* Set the default interface for the server */
setenv("SOCKET_WRAPPER_DEFAULT_IFACE", "10", 1);
+ setenv("UID_WRAPPER_ROOT", "1", 1);
s = *state;
@@ -840,6 +841,9 @@ void torture_setup_sshd_server(void **state)
rc = system(sshd_start_cmd);
assert_return_code(rc, errno);
+
+ setenv("SOCKET_WRAPPER_DEFAULT_IFACE", "21", 1);
+ unsetenv("UID_WRAPPER_ROOT");
}
void torture_teardown_socket_dir(void **state)