tests: remove unused Proc::Background
This commit is contained in:
parent
cdd9dc3144
commit
b9cd9132d0
|
@ -13,7 +13,6 @@ use List::MoreUtils qw(lastval);
|
||||||
use Time::HiRes qw(sleep);
|
use Time::HiRes qw(sleep);
|
||||||
use Try::Tiny;
|
use Try::Tiny;
|
||||||
use Cwd qw(abs_path);
|
use Cwd qw(abs_path);
|
||||||
use Proc::Background;
|
|
||||||
use SocketActivation;
|
use SocketActivation;
|
||||||
|
|
||||||
use v5.10;
|
use v5.10;
|
||||||
|
|
|
@ -5,15 +5,10 @@
|
||||||
# Tests if the various ipc_socket_path options are correctly handled
|
# Tests if the various ipc_socket_path options are correctly handled
|
||||||
#
|
#
|
||||||
use i3test;
|
use i3test;
|
||||||
use Cwd qw(abs_path);
|
|
||||||
use Proc::Background;
|
|
||||||
use File::Temp qw(tempfile tempdir);
|
use File::Temp qw(tempfile tempdir);
|
||||||
use POSIX qw(getuid);
|
use POSIX qw(getuid);
|
||||||
use v5.10;
|
use v5.10;
|
||||||
|
|
||||||
# assuming we are run by complete-run.pl
|
|
||||||
my $i3_path = abs_path("../i3");
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# default case: socket will be created in /tmp/i3-<username>/ipc-socket.<pid>
|
# default case: socket will be created in /tmp/i3-<username>/ipc-socket.<pid>
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
|
@ -7,10 +7,7 @@
|
||||||
#
|
#
|
||||||
use i3test;
|
use i3test;
|
||||||
use Cwd qw(abs_path);
|
use Cwd qw(abs_path);
|
||||||
use Proc::Background;
|
|
||||||
use File::Temp qw(tempfile tempdir);
|
use File::Temp qw(tempfile tempdir);
|
||||||
use POSIX qw(getuid);
|
|
||||||
use Data::Dumper;
|
|
||||||
use v5.10;
|
use v5.10;
|
||||||
|
|
||||||
# reads in a whole file
|
# reads in a whole file
|
||||||
|
|
Loading…
Reference in New Issue