diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/feh.t | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ my $images = 'test/ok.* test/fail.*'; my ($feh_name, $feh_version) = @ENV{'PACKAGE', 'VERSION'}; +# These tests are meant to run non-interactively and without X. +# make sure they are capable of doing so. +delete $ENV{'DISPLAY'}; + my $err_no_env = <<'EOF'; Unable to determine feh PACKAGE or VERSION. |