summaryrefslogtreecommitdiff
path: root/test/feh.i
diff options
context:
space:
mode:
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;