Skip to content

Commit

Permalink
Use setsid from util-linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Nov 29, 2015
1 parent dbd0ba8 commit 5fca140
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
4 changes: 1 addition & 3 deletions tests/Helpers/SshClient/Openssh.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ public function __toString()

$args = array(
$this->phpBinary,
dirname(dirname(__DIR__)) .
DIRECTORY_SEPARATOR . 'data' .
DIRECTORY_SEPARATOR . 'setsid.php',
'setsid',
$this->binary,
'-F', $null, // No config. file
'-p', $this->port, // Port
Expand Down
4 changes: 1 addition & 3 deletions tests/Helpers/SshClient/Putty.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ public function __toString()
{
$args = array(
$this->phpBinary,
dirname(dirname(__DIR__)) .
DIRECTORY_SEPARATOR . 'data' .
DIRECTORY_SEPARATOR . 'setsid.php',
'setsid',
$this->binary,
'-ssh',
'-batch',
Expand Down
18 changes: 0 additions & 18 deletions tests/data/setsid.php

This file was deleted.

0 comments on commit 5fca140

Please sign in to comment.