summaryrefslogtreecommitdiff
path: root/test/feh.i
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-15 11:10:32 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-15 11:10:32 +0100
commit788fa40bbf04868c3836c9b086c9979649e2c516 (patch)
tree246585290fe7ef5ef9d1bb4eb8dc277e45bcf018 /test/feh.i
parent11d7a68de63112305d833e802db0b4654c846b77 (diff)
Update tests
Diffstat (limited to 'test/feh.i')
-rwxr-xr-xtest/feh.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/feh.i b/test/feh.i
index ffa9c5a..748d20e 100755
--- a/test/feh.i
+++ b/test/feh.i
@@ -12,6 +12,8 @@ my $win;
my ($width, $height);
my $pwd = getcwd();
+$ENV{XDG_CONFIG_HOME} = "/tmp/feh-test-$$";
+
sub waitfor(&) {
my ($sub) = @_;
my $out;