diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-17 20:50:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-17 20:50:23 +0100 |
commit | 50dce6b4df0bba360331e65133185953a7e70983 (patch) | |
tree | d142b6cec50031302e30ae77a9ccd5c5742ce5bd /test/feh.i | |
parent | 46517923cc67b7c3f81c6d99974909c0d23dac62 (diff) |
test: Change HOME to avoid interferences with existing feh installations
Diffstat (limited to 'test/feh.i')
-rwxr-xr-x | test/feh.i | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) = @_; |