]> git.sur5r.net Git - i3/i3/commitdiff
tests: remove unused Proc::Background
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 5 Oct 2011 19:48:34 +0000 (20:48 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 5 Oct 2011 19:48:34 +0000 (20:48 +0100)
testcases/lib/i3test.pm
testcases/t/59-socketpaths.t
testcases/t/71-config-migrate.t

index cf29d7b9eb797ef86e8f02182a7d9f03b8a9e357..7eea384d55834a7a1a8dd10fecb19097a8169e03 100644 (file)
@@ -13,7 +13,6 @@ use List::MoreUtils qw(lastval);
 use Time::HiRes qw(sleep);
 use Try::Tiny;
 use Cwd qw(abs_path);
-use Proc::Background;
 use SocketActivation;
 
 use v5.10;
index 7587aeab923c2cddfb1b3c129f22cbfa41d07258..eb6bd79f1be5881b7d62f24847f959e5b6661ed0 100644 (file)
@@ -5,15 +5,10 @@
 # Tests if the various ipc_socket_path options are correctly handled
 #
 use i3test;
-use Cwd qw(abs_path);
-use Proc::Background;
 use File::Temp qw(tempfile tempdir);
 use POSIX qw(getuid);
 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>
 #####################################################################
index 561538e5459b74a74f1f88697fae5845d42190df..7948db6ca83d9a9df822b8c134814468d52ac38b 100644 (file)
@@ -7,10 +7,7 @@
 #
 use i3test;
 use Cwd qw(abs_path);
-use Proc::Background;
 use File::Temp qw(tempfile tempdir);
-use POSIX qw(getuid);
-use Data::Dumper;
 use v5.10;
 
 # reads in a whole file