diff options
Diffstat (limited to 'test/feh.i')
-rwxr-xr-x | test/feh.i | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |