diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-15 11:10:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-15 11:10:32 +0100 |
commit | 788fa40bbf04868c3836c9b086c9979649e2c516 (patch) | |
tree | 246585290fe7ef5ef9d1bb4eb8dc277e45bcf018 /test/feh.i | |
parent | 11d7a68de63112305d833e802db0b4654c846b77 (diff) | |
download | feh-788fa40bbf04868c3836c9b086c9979649e2c516.zip |
Update tests
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; |