summaryrefslogtreecommitdiff
path: root/test/feh.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-17 20:50:23 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-17 20:50:23 +0100
commit50dce6b4df0bba360331e65133185953a7e70983 (patch)
treed142b6cec50031302e30ae77a9ccd5c5742ce5bd /test/feh.t
parent46517923cc67b7c3f81c6d99974909c0d23dac62 (diff)
test: Change HOME to avoid interferences with existing feh installations
Diffstat (limited to 'test/feh.t')
-rw-r--r--test/feh.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/feh.t b/test/feh.t
index cff34c7..b08238b 100644
--- a/test/feh.t
+++ b/test/feh.t
@@ -4,7 +4,8 @@ use warnings;
use 5.010;
use Test::Command tests => 48;
-$ENV{XDG_CONFIG_HOME} = "/tmp/feh-test-$$";
+$ENV{HOME} = 'test';
+
my $feh = "src/feh";
my $images = 'test/ok/gif test/ok/jpg test/ok/png test/ok/pnm '
. 'test/fail/gif test/fail/jpg test/fail/png test/fail/pnm';