summaryrefslogtreecommitdiff
path: root/test/feh.i
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.i
parent46517923cc67b7c3f81c6d99974909c0d23dac62 (diff)
test: Change HOME to avoid interferences with existing feh installations
Diffstat (limited to 'test/feh.i')
-rwxr-xr-xtest/feh.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/feh.i b/test/feh.i
index 748d20e..ad42732 100755
--- a/test/feh.i
+++ b/test/feh.i
@@ -12,7 +12,7 @@ my $win;
my ($width, $height);
my $pwd = getcwd();
-$ENV{XDG_CONFIG_HOME} = "/tmp/feh-test-$$";
+$ENV{HOME} = 'test';
sub waitfor(&) {
my ($sub) = @_;