tests: remove unused Proc::Background

This commit is contained in:
Michael Stapelberg 2011-10-05 20:48:34 +01:00
parent cdd9dc3144
commit b9cd9132d0
3 changed files with 0 additions and 9 deletions

View File

@ -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;

View File

@ -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>
##################################################################### #####################################################################

View File

@ -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